X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=c73cf046319dd43a782d0116f3dccb67a76c223e;hp=5586a0a85e333872e5d0d8c74f072320cf0bfba9;hb=ce530564cdf3182e547652c7550e8e3676e61e01;hpb=f48a1666f8b7b967e202c6e36480209a9656710e 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', ); +