X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fsearchbar-cust_main.html;h=5bfef484a8d016c1389418f3856ee08eb102fac6;hp=e910681dc6a8cffea3afe8b1407895f09555ebf5;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/httemplate/elements/searchbar-cust_main.html b/httemplate/elements/searchbar-cust_main.html index e910681dc..5bfef484a 100644 --- a/httemplate/elements/searchbar-cust_main.html +++ b/httemplate/elements/searchbar-cust_main.html @@ -1,11 +1,11 @@ % if ( $curuser->access_right('List customers') ) { -
+
- Advanced - + <% mt('Advanced') |h %> +
- <% $menu_position eq 'left' ? '
' : '' %> + <% $menu_position eq 'left' ? '
' : '' |n %> % } @@ -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';