From 9cfa3648407dc2333fb549460fed278311c5393a Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 9 May 2019 13:22:09 -0400 Subject: RT# 82949 - added the ability to bulk increase package fees (setup and/or recurring) by a percentage --- httemplate/elements/header-full.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/elements') 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', ); -- cgit v1.2.1