[freeside-commits] freeside/httemplate/elements location.html, 1.8.2.1, 1.8.2.2

Ivan,,, ivan at wavetail.420.am
Thu Mar 11 19:38:50 PST 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	location.html 
Log Message:
backport tyop fix from head

Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -w -d -r1.8.2.1 -r1.8.2.2
--- location.html	12 Mar 2010 03:36:47 -0000	1.8.2.1
+++ location.html	12 Mar 2010 03:38:48 -0000	1.8.2.2
@@ -123,7 +123,7 @@
          || $object->get($pre.'country') ne $countrydefault;
 
 my @style = ();
-push @style, 'background-color: #dddddd"' if $disabled;
+push @style, 'background-color: #dddddd' if $disabled;
 
 my @address2_label_style = ();
 push @address2_label_style, 'visibility:hidden'



More information about the freeside-commits mailing list