[freeside-commits] freeside/httemplate/elements select-did.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Sun Dec 28 10:48:53 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv6231
Modified Files:
select-did.html
Log Message:
fix browse results for selecting counties (resulting from separating tax classes), also add dropdowns to browse by state and county, RT#4496
Index: select-did.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-did.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- select-did.html 21 Jul 2008 19:09:34 -0000 1.2
+++ select-did.html 28 Dec 2008 18:48:51 -0000 1.3
@@ -18,8 +18,9 @@
<TR>
<TD>
<% include('/elements/select-state.html',
- 'country' => $country,
- 'empty' => 'Select state',
+ 'country' => $country,
+ 'disable_empty' => 0,
+ 'empty_label' => 'Select state',
)
%>
</TD>
More information about the freeside-commits
mailing list