X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-popup.html;h=12fe88ea8fcf0db3d9f151e397d2981a612b423c;hb=8b647d5563b947f59652a66b31488c52a22156e2;hp=2bd4a96e8a0b176847bf007a9b2fa7e72c27b75b;hpb=8fee1eff267694b2f0bcd5ecc732b814034ba612;p=freeside.git diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 2bd4a96e8..12fe88ea8 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -27,7 +27,7 @@ Example: <% $head %> - > + >
<% $title %>
@@ -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;