X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=59e27851b0f0376255555c1fb3288f0365decdca;hb=081638aa4a483577a9c5bc7ac9ea518370cf2381;hp=fe02650f1514ddd2b16cee2c47c8e99f44ccbbfb;hpb=ebb5215249d91a895d86b2ab2a748f6ccb46643d;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index fe02650f1..59e27851b 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -193,6 +193,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 ) {
% }