From 70569273833d91085c6c562865a78a08ddde49a1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Jul 2009 11:12:46 +0000 Subject: borg RT menus, RT#1169 --- httemplate/elements/header.html | 70 +++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 42 deletions(-) (limited to 'httemplate/elements/header.html') diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 058756745..0bbd4fd8c 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -48,49 +48,16 @@ <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0"> - - + - - - -
freeside + freeside <% $company_name || 'ExampleCo' %> Logged in as <% getotaker %> 
Preferences 
-
- - - - -% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { -% eval "use RT;"; - - - -% } - - - -
- - <% include('/elements/popup_link.html', - 'action' => $fsurl.'docs/about.html', - 'label' => 'Freeside', - 'actionlabel' => 'About', - 'width' => 300, - 'height' => 360, - 'color' => '#7e0079', - 'scrolling' => 'no', - ) |n - %> v<% $FS::VERSION %>
- " TARGET="_blank">Documentation
-
-
- - RT v<% $RT::VERSION %>
-
Documentation
-
-
- +
Logged in as <% getotaker %> 
Preferences +% if ( $conf->config("ticket_system") +% && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { + | Ticketing preferences +% } +
@@ -136,12 +103,22 @@ input.fsblackbuttonselected { - + + + + + + + + +
<% include('/elements/about_freeside.html') |n %><% include('/elements/about_rt.html') |n %>
+ + @@ -250,6 +227,15 @@ input.fsblackbuttonselected {
+ + + + + + + +
<% include('/elements/about_freeside.html') %>
<% include('/elements/about_rt.html') %>
+ -- cgit v1.2.1