X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=5c4d736d23ab526518d07e982e34fb764a97e6aa;hp=b9ddc73694484c24341a56d699f6f7d6e9ff7c78;hb=43e42a04ae37ca7a84c05d9ff8b94d9f8cde6dcf;hpb=000f20dff74059f44950c7191beaab951aeae316 diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index b9ddc7369..5c4d736d2 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -37,32 +37,41 @@ 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,10 +203,20 @@ input.fstext { - + + - -
+ @@ -180,12 +190,12 @@ input.fstext {
+
+
+ +% if ( $curuser->access_right('List prospects') ) { +
+
+ Adv + +
+% } +
% if ( $curuser->access_right('List customers') ) {
-
+
Advanced
@@ -207,41 +227,39 @@ input.fstext { % if ( $conf->exists('address2-search') ) {
- +
- +
% }
% if ( $curuser->access_right('View invoices') ) { -
- + % if ( $curuser->access_right('List invoices') ) { - Adv + Adv\ % } -
- +
% }
+ % if ( $curuser->access_right('View customer services') ) {
-
+
Advanced
% }
+ % if ( $conf->config("ticket_system") ) {
-
+
Advanced
@@ -335,4 +353,19 @@ if ( scalar(@agentnums) == 1 ) { $company_name = $conf->config('company_name'); } +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 += 56; +} +$cust_label .= ' or contact phone)'; + +my $address2_label = '(Unit #)'; +my $inv_label = '(inv #)'; +my $svc_label = '(user, email, ip, mac, domain or service phone)'; +my $ticketing_label = '(ticket #, subject, email or fulltext:text)'; +