X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-popup.html;h=d009f6b042d4391aecc36876fb9e259d9e182c16;hb=5f52441fd5bb6dc204c5e26833b86299a928a49d;hp=2bd4a96e8a0b176847bf007a9b2fa7e72c27b75b;hpb=8fee1eff267694b2f0bcd5ecc732b814034ba612;p=freeside.git diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 2bd4a96e8..d009f6b04 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -20,17 +20,17 @@ Example: - <% $title %> + <% $title |h %> <% $head %> - > + > -
<% $title %>
+
<% $title |h %>
% unless ( $nobr ) { @@ -55,6 +55,7 @@ if ( ref($_[0]) ) { $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. $head = @_ ? shift : ''; #$head is for things that go in the section } +$etc .= 'BGCOLOR="#f8f8f8"' if (! $etc =~ /BGCOLOR/i ); my $conf = new FS::Conf;