[freeside-commits] freeside/httemplate/elements header-popup.html, 1.6.4.1, 1.6.4.2

Ivan,,, ivan at wavetail.420.am
Sun Jun 12 10:50:00 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv20616

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.6.4.1
retrieving revision 1.6.4.2
diff -u -w -d -r1.6.4.1 -r1.6.4.2
--- header-popup.html	27 May 2011 01:11:19 -0000	1.6.4.1
+++ header-popup.html	12 Jun 2011 17:49:58 -0000	1.6.4.2
@@ -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