X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=c73cf046319dd43a782d0116f3dccb67a76c223e;hb=1d2cb271a07e021cef5d4cd2f4acf40f716d2daa;hp=5586a0a85e333872e5d0d8c74f072320cf0bfba9;hpb=ca5b439d4e874bec01a346f53f2bd9e50d612151;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index 5586a0a85..c73cf0463 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -204,8 +204,10 @@ Example: % if ( $cookies{freeside_status} ) {
% foreach my $status_msg ( $cookies{freeside_status}->value ) { - - +% my ($message, $type) = split /=/, $status_msg; +% $type ||= 'status'; +
<% $status_msg |h %>
+
<% $message |h %>
% } @@ -270,4 +272,7 @@ if ( scalar(@agentnums) == 1 ) { $company_url = $conf->config('company_url'); } +## status->green(#eeffee), warning->yellow(#fdfd96), error->red(#f97c7c) +my %status_color = ( 'status' => '#eeffee', 'warning' => '#fefbd0', 'error' => '#f97c7c', ); +