From d0132ff90c351362c03084c14313ff7e3b1c5d82 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Dec 2009 23:18:48 +0000 Subject: [PATCH] fix search box clearing from within RT, caused by different quoting rules in RT comp_root. grr. --- httemplate/elements/header.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 0e6bbdeb2..22e872eca 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -40,27 +40,27 @@ Example: @@ -196,7 +196,7 @@ input.fstext { % if ( $curuser->access_right('List customers') ) {
-
+
Advanced
@@ -207,7 +207,7 @@ input.fstext { % if ( $conf->exists('address2-search') ) {
- +
@@ -217,7 +217,7 @@ input.fstext { % if ( $curuser->access_right('View invoices') ) {
- + % if ( $curuser->access_right('List invoices') ) { Adv\ % } @@ -230,7 +230,7 @@ input.fstext { % if ( $curuser->access_right('View customer services') ) { -
+
Advanced
@@ -240,7 +240,7 @@ input.fstext { % if ( $conf->config("ticket_system") ) {
-
+
Advanced
-- 2.11.0