From ce530564cdf3182e547652c7550e8e3676e61e01 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 21 Feb 2019 12:17:10 -0500 Subject: RT# 82092 - Updated text to remind customer to restart apache after creating custom field --- httemplate/elements/header-full.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'httemplate/elements') 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', ); + -- cgit v1.2.1