[Rt-commit] r6488 - rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Elements

clkao at bestpractical.com clkao at bestpractical.com
Wed Nov 22 03:08:28 EST 2006


Author: clkao
Date: Wed Nov 22 03:08:27 2006
New Revision: 6488

Modified:
   rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Elements/ShowSearch

Log:
Don't show edit link when there's no customize url

Modified: rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Elements/ShowSearch
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Elements/ShowSearch	(original)
+++ rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Elements/ShowSearch	Wed Nov 22 03:08:27 2006
@@ -46,7 +46,7 @@
 <&|/Widgets/TitleBox,
     title => loc($search->Description, $SearchArg->{'Rows'}),
     title_href => $query_link_url.$QueryString,
-    titleright => loc('Edit'),
+    titleright => $customize ? loc('Edit') : '',
     titleright_href => $customize &>
 <& $query_display_component, %$SearchArg,
         ShowNavigation => 0


More information about the Rt-commit mailing list