[freeside-commits] freeside/httemplate/elements city.html,1.4,1.5
Ivan,,,
ivan at wavetail.420.am
Fri Aug 13 16:54:23 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv11881
Modified Files:
city.html
Log Message:
fix city blanking on county change, RT#9627
Index: city.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/city.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- city.html 13 Aug 2010 23:53:00 -0000 1.4
+++ city.html 13 Aug 2010 23:54:21 -0000 1.5
@@ -65,6 +65,7 @@
what.form.<% $pre %>city.style.display = 'none';
what.form.<% $pre %>city_select.style.display = '';
} else if ( what.form.<% $pre %>city.style.display == 'none' ) {
+ // turn on the text city, turn off the select
what.form.<% $pre %>city.style.display = '';
what.form.<% $pre %>city_select.style.display = 'none';
what.form.<%$ pre %>city.value = saved_<%$pre%>city;
More information about the freeside-commits
mailing list