X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=5c4d736d23ab526518d07e982e34fb764a97e6aa;hp=22e872eca3019d5e3139162f75e11c84688301c6;hb=43e42a04ae37ca7a84c05d9ff8b94d9f8cde6dcf;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2 diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 22e872eca..5c4d736d2 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -37,8 +37,16 @@ Example: %> <% include('init_overlib.html') |n %> + <% include('rs_init_object.html') |n %> + <% include('logout.html') |n %> <% $head |n %> @@ -75,7 +84,7 @@ Example: <% $company_name || 'ExampleCo' %> - Logged in as <% getotaker %> 
Preferences + Logged in as <% getotaker %>  [ logout ]
Preferences % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { | Ticketing preferences @@ -140,6 +149,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 +164,14 @@ input.fstext { - + % if ( $menu_position eq 'top' ) { - - - @@ -193,7 +203,17 @@ input.fstext { - + + @@ -217,30 +237,29 @@ input.fstext { - -
+ @@ -180,12 +190,12 @@ input.fstext {
+
+
+ +% if ( $curuser->access_right('List prospects') ) { +
+
+ Adv + +
+% } +
% if ( $curuser->access_right('List customers') ) {

@@ -209,7 +229,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 +353,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)';