X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fheader-full.html;h=e6130b2b1dbe0cfbfaa8a8bc1d55f41effe7ce9b;hb=374bd996ca77de6ecfaccea030972f24f76b1d3a;hp=a645e61ad315b95792fd619118c0eb2678e89428;hpb=01c085c7bb70af2eafd5c6bb545a2e51a720623d;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index a645e61ad..e6130b2b1 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -47,13 +47,14 @@ Example: + % if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { % } % } <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> - + <% $head |n %> %# announce our base path, and the Mason comp path of this page @@ -73,7 +74,15 @@ Example: <& notify-tickets.html &> - <% mt('Logged in as') |h %><% $FS::CurrentUser::CurrentUser->username |h %>  <% mt('logout' |h %>
<% mt('Preferences') |h %> + + <% mt('Logged in as') |h %> + <% $FS::CurrentUser::CurrentUser->username |h %>  + + <% mt('logout') |h %> + +
+
+ <% mt('Preferences') |h %> % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { | <% mt('Ticketing preferences') |h %> @@ -185,6 +194,20 @@ Example: <% $title_noescape || encode_entities($title) %> +% my %cookies = CGI::Cookie->fetch($r); +% if ( $cookies{freeside_status} ) { +
+% foreach my $status_msg ( $cookies{freeside_status}->value ) { + + +
<% $status_msg |h %>
+% } + + +% } + % unless ( $nobr ) {
% }