X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=e6130b2b1dbe0cfbfaa8a8bc1d55f41effe7ce9b;hb=49ff577b9fbb4b017f0652cdfe567b023d7ea4de;hp=fe02650f1514ddd2b16cee2c47c8e99f44ccbbfb;hpb=ebb5215249d91a895d86b2ab2a748f6ccb46643d;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index fe02650f1..e6130b2b1 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -47,6 +47,7 @@ Example: + % if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { % } @@ -193,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 ) {
% }