X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=495923c4d66540d613810e0b92b8dc4bfe38aacf;hb=03ceab71dad1e5eb366865d304e5e459cc905ce4;hp=22e872eca3019d5e3139162f75e11c84688301c6;hpb=d0132ff90c351362c03084c14313ff7e3b1c5d82;p=freeside.git diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 22e872eca..495923c4d 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -39,6 +39,12 @@ Example: <% include('init_overlib.html') |n %> <% $head |n %> @@ -140,6 +147,7 @@ input.fstext { vertical-align:bottom; text-align:right; font-family: Arial,Verdana,Helvetica,sans-serif; + font-size: 13px; padding-left: 0px; padding-right: 0px; padding-top: 0px; @@ -154,14 +162,14 @@ input.fstext { - + % if ( $menu_position eq 'top' ) { - - - @@ -193,7 +201,17 @@ input.fstext { - + + @@ -217,30 +235,29 @@ input.fstext { - -
+ @@ -180,12 +188,12 @@ input.fstext {
+
+
+ +% if ( $curuser->access_right('List prospects') ) { +
+
+ Adv + +
+% } +
% if ( $curuser->access_right('List customers') ) {

@@ -209,7 +227,7 @@ input.fstext {
- +
% }
% if ( $curuser->access_right('View invoices') ) {
- + % if ( $curuser->access_right('List invoices') ) { Adv\ % } -
- +
% }
+ % if ( $curuser->access_right('View customer services') ) {
-
+
Advanced
% }
+ % if ( $conf->config("ticket_system") ) {
-
+
Advanced
@@ -334,11 +351,13 @@ if ( scalar(@agentnums) == 1 ) { $company_name = $conf->config('company_name'); } -my $cust_width = 288; #251 #ok for IE, slightly bigger for windows firefox +my $prospect_label = '(name, company or phone)'; + +my $cust_width = 246; my $cust_label = '(cust #, name, company'; if ( $conf->exists('address1-search') ) { $cust_label .= ', address'; - $cust_width += 64; + $cust_width += 56; } $cust_label .= ' or contact phone)';