X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=5a5db962083552f70c996498cddcdf252aa7c1e4;hp=c73cf046319dd43a782d0116f3dccb67a76c223e;hb=9cfa3648407dc2333fb549460fed278311c5393a;hpb=ce530564cdf3182e547652c7550e8e3676e61e01 diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index c73cf0463..5a5db9620 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -207,7 +207,7 @@ Example: % my ($message, $type) = split /=/, $status_msg; % $type ||= 'status'; - +
<% $message |h %> <% $message |h %>
% } @@ -274,5 +274,6 @@ if ( scalar(@agentnums) == 1 ) { ## status->green(#eeffee), warning->yellow(#fdfd96), error->red(#f97c7c) my %status_color = ( 'status' => '#eeffee', 'warning' => '#fefbd0', 'error' => '#f97c7c', ); +my %status_image = ( 'status' => 'images/tick.png', 'warning' => 'images/tick.png', 'error' => 'images/error.png', );