[freeside-commits] freeside/httemplate/elements header-popup.html, 1.8, 1.9
Ivan,,,
ivan at wavetail.420.am
Thu Jun 9 19:04:12 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv10001
Modified Files:
header-popup.html
Log Message:
fix popup bgcolor
Index: header-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header-popup.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- header-popup.html 27 May 2011 01:11:02 -0000 1.8
+++ header-popup.html 10 Jun 2011 02:04:10 -0000 1.9
@@ -55,7 +55,7 @@
$etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.
$head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
}
-$etc .= 'BGCOLOR="#f8f8f8"' if (! $etc =~ /BGCOLOR/i );
+$etc .= ' BGCOLOR="#f8f8f8"' unless $etc =~ /BGCOLOR/i;
my $conf = new FS::Conf;
More information about the freeside-commits
mailing list