X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-state.html;h=3fb5597345659afea81980fade3eaa7a4a0b0642;hb=560af69840e7e3fcebf65d5d56ca4efc0851efec;hp=9b358e24d206bf85812e9b8e98be3282c9bf29f2;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/elements/select-state.html b/httemplate/elements/select-state.html index 9b358e24d..3fb559734 100644 --- a/httemplate/elements/select-state.html +++ b/httemplate/elements/select-state.html @@ -2,7 +2,7 @@ Example: - include( '/elements/select-state.html', + <& /elements/select-state.html, #recommended country => $current_country, state => $current_state, @@ -15,7 +15,7 @@ Example: empty_label => 'all', #label for empty option disable_countyupdate => 0, #bool - disabled update of the select-state.html style => [ 'attribute:value', 'another:value' ], - ); + &> @@ -32,7 +32,7 @@ Example: % foreach my $state ( keys %states ) { -