Update Manifest
authorEmmanuel Lacour <elacour@home-dn.net>
Wed, 17 Sep 2008 08:25:35 +0000 (08:25 +0000)
committerEmmanuel Lacour <elacour@home-dn.net>
Wed, 17 Sep 2008 08:25:35 +0000 (08:25 +0000)
Don't display bottom link if RT > 3.8.1 (new callback)

MANIFEST
html/Callbacks/Results-XLS/Search/Results.html/SearchActions

index abe2e89..843fb72 100644 (file)
--- 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
index 9d83c33..b8bb004 100644 (file)
@@ -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 ) {
 <a href="<%$RT::WebPath%>/Search/Results.xls<%$QueryString%>">XLS</a>
+% }
 <%ARGS>
 $QueryString => undef
 </%ARGS>