summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-did.html
diff options
context:
space:
mode:
authorivan <ivan>2008-12-28 18:48:51 +0000
committerivan <ivan>2008-12-28 18:48:51 +0000
commitd8cb6cd67cc574c90dbbfbd8db2da6711c516d65 (patch)
treea1635fa18b7ccca84e53599fc2bb05233c08317c /httemplate/elements/select-did.html
parenta96ddd777a87c2f74a9cf408b44d0f6e7347b5f3 (diff)
fix browse results for selecting counties (resulting from separating tax classes), also add dropdowns to browse by state and county, RT#4496
Diffstat (limited to 'httemplate/elements/select-did.html')
-rw-r--r--httemplate/elements/select-did.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html
index a8ef09d61..069516476 100644
--- a/httemplate/elements/select-did.html
+++ b/httemplate/elements/select-did.html
@@ -18,8 +18,9 @@ Example:
<TR>
<TD>
<% include('/elements/select-state.html',
- 'country' => $country,
- 'empty' => 'Select state',
+ 'country' => $country,
+ 'disable_empty' => 0,
+ 'empty_label' => 'Select state',
)
%>
</TD>