X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=0ee6f9c9e016defe2a7d0a64ddea1c24522b7f00;hb=aedb243bc1dae1e5f3903d47d5c2928eda1a5d45;hp=1f567488539cf7c4c824af88814031fbfec0964d;hpb=f01e2ce0aa6c1925e6266d78797025ec68bfac07;p=freeside.git diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 1f5674885..0ee6f9c9e 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -19,13 +19,18 @@ what.value = ''; } + function clearhint_search_address2 (what) { + if ( what.value == '(Unit #)' ) + what.value = ''; + } + function clearhint_search_invoice (what) { if ( what.value == '(inv #)' ) what.value = ''; } function clearhint_search_svc (what) { - if ( what.value == '(user, user@domain or domain)' ) + if ( what.value == '(user, email, ip, mac, or domain)' ) what.value = ''; } @@ -56,7 +61,7 @@ Freeside v<% $FS::VERSION %>
- ">Documentation
+ ">Documentation
% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { @@ -113,14 +118,14 @@ input.fsblackbuttonselected { - + % if ( $menu_position eq 'top' ) { - - - @@ -144,16 +149,29 @@ input.fsblackbuttonselected { + +
+ @@ -129,12 +134,12 @@ input.fsblackbuttonselected {
+
+
- +
+% if ( $FS::CurrentUser::CurrentUser->access_right('List customers') ) {

- Advanced + Advanced
+% } +
+% if ( $conf->exists('address2-search') ) { +
+ + +
+ +
+% }
@@ -161,32 +179,33 @@ input.fsblackbuttonselected {
-% if ( $FS::CurrentUser::CurrentUser->access_right('List invoices') ) { +% if ( $FS::CurrentUser::CurrentUser->access_right('List invoices') ) { Advanced -% } +% }
% } -
-
+
Advanced
-
+% if ( $conf->config("ticket_system") ) { +
- Advanced + Advanced
+% }