X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-popup.html;h=d94f7eb48d2da9b3c2e01143383891a29df109d3;hb=6f5b68a5dc6a6b145c88aa1b2bad3848cc6f8788;hp=bd17d2f7d00b101c737c207b60ff356c612d9d27;hpb=83053569b3d965924e2e1d4f5b199609ec7c29af;p=freeside.git diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index bd17d2f7d..d94f7eb48 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -27,7 +27,7 @@ Example: <% $head %> - > + >
<% $title |h %>
@@ -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"' unless $etc =~ /BGCOLOR/i; my $conf = new FS::Conf;