X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fsearchbar-cust_main.html;h=d68ccc31377015c930685e80ec91a10b57e6d9a0;hb=e310ed83422fee8511df926141a7606676ff1331;hp=e910681dc6a8cffea3afe8b1407895f09555ebf5;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/elements/searchbar-cust_main.html b/httemplate/elements/searchbar-cust_main.html index e910681dc..d68ccc313 100644 --- a/httemplate/elements/searchbar-cust_main.html +++ b/httemplate/elements/searchbar-cust_main.html @@ -1,9 +1,9 @@ % if ( $curuser->access_right('List customers') ) { -
+
- Advanced - + <% mt('Advanced') |h %> +
<% $menu_position eq 'left' ? '
' : '' %> @@ -33,6 +33,8 @@ if ( $conf->exists('address1-search') ) { } $cust_label .= ' or contact phone)'; +$cust_label = emt($cust_label); + my $width = $menu_position eq 'left' ? '190px' : $cust_width.'px';