From: ivan Date: Sun, 12 Jun 2011 17:49:58 +0000 (+0000) Subject: fix popup bgcolor X-Git-Tag: freeside_2_1_3~147 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0bd8eec166e6e83d167b9d26fc1d7fc42cf854a5;p=freeside.git fix popup bgcolor --- diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 14ddc6871..12fe88ea8 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -55,7 +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 ); +$etc .= 'BGCOLOR="#f8f8f8"' unless $etc =~ /BGCOLOR/i; my $conf = new FS::Conf;