From: Emmanuel Lacour Date: Wed, 17 Sep 2008 08:25:35 +0000 (+0000) Subject: Update Manifest X-Git-Tag: 0.04~1 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-XLS.git;a=commitdiff_plain;h=5ab29ae03871b7e554197c24331a299f4086c357 Update Manifest Don't display bottom link if RT > 3.8.1 (new callback) --- diff --git a/MANIFEST b/MANIFEST index abe2e89..843fb72 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ Changes html/Callbacks/Results-XLS/Search/Results.html/SearchActions +html/Callbacks/Results-XLS/Search/Elements/ResultViews/AfterTools html/Search/Results.xls inc/Module/Install.pm inc/Module/Install/RTx.pm diff --git a/html/Callbacks/Results-XLS/Search/Results.html/SearchActions b/html/Callbacks/Results-XLS/Search/Results.html/SearchActions index 9d83c33..b8bb004 100644 --- a/html/Callbacks/Results-XLS/Search/Results.html/SearchActions +++ b/html/Callbacks/Results-XLS/Search/Results.html/SearchActions @@ -1,4 +1,8 @@ +% # Don't display this callback if our RT Version contains the new ResultsView +% # AfterTools Callback +% if (RT::Handle::cmp_version( '3.8.1', $RT::VERSION ) > 0 ) { XLS +% } <%ARGS> $QueryString => undef