X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-state.html;h=3fb5597345659afea81980fade3eaa7a4a0b0642;hb=081638aa4a483577a9c5bc7ac9ea518370cf2381;hp=f7ac2c7bfb6fe7af4e1bfbe14e5f0300a5aa8336;hpb=d8cb6cd67cc574c90dbbfbd8db2da6711c516d65;p=freeside.git diff --git a/httemplate/elements/select-state.html b/httemplate/elements/select-state.html index f7ac2c7bf..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, @@ -14,13 +14,16 @@ Example: disable_empty => 1, #defaults to 1, disable the empty option empty_label => 'all', #label for empty option disable_countyupdate => 0, #bool - disabled update of the select-state.html - ); + style => [ 'attribute:value', 'another:value' ], + &>