From 9e342300c380e29af1b9678f1a9604609e0061b6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 10 Sep 2005 14:50:57 +0000 Subject: ajax-style xmlhttprequest state/county/country selector! --- httemplate/edit/cust_main/select-state.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 httemplate/edit/cust_main/select-state.html (limited to 'httemplate/edit/cust_main/select-state.html') diff --git a/httemplate/edit/cust_main/select-state.html b/httemplate/edit/cust_main/select-state.html new file mode 100644 index 000000000..98e685ab8 --- /dev/null +++ b/httemplate/edit/cust_main/select-state.html @@ -0,0 +1,27 @@ +<% + + my %opt = @_; + foreach my $opt (qw( county state country prefix onchange disabled )) { + $opt{$_} = '' unless exists($opt{$_}) && defined($opt{$_}); + } + +%> + + + -- cgit v1.2.1