X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcity.html;h=6a2142f29f1426df1768b83fb34f147eb740d1ca;hb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;hp=d774cce5942c76730826a0d8e49b0478ef6dc76d;hpb=22773e1b0288fc296c30ba99e2d37a8f4193a462;p=freeside.git diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index d774cce59..6a2142f29 100644 --- a/httemplate/elements/city.html +++ b/httemplate/elements/city.html @@ -15,11 +15,20 @@ Example: disabled => 0, #bool # disable_empty => 1, #defaults to 1, disable the empty option # empty_label => 'all', #label for empty option +# disable_select => 1, # disable the selector (just show a text input) style => [ 'attribute:value', 'another:value' ], ); +% if ( $disable_select ) { + +% } +% else { + + <% include('/elements/xmlhttp.html', 'url' => $p.'misc/cities.cgi', 'subs' => [ $pre. 'get_cities' ], @@ -65,9 +74,10 @@ Example: what.form.<% $pre %>city.style.display = 'none'; what.form.<% $pre %>city_select.style.display = ''; } else if ( what.form.<% $pre %>city.style.display == 'none' ) { + // turn on the text city, turn off the select + what.form.<%$ pre %>city.value = saved_<%$pre%>city; what.form.<% $pre %>city.style.display = ''; what.form.<% $pre %>city_select.style.display = 'none'; - what.form.<%$ pre %>city.value = saved_<%$pre%>city; } //run the callback @@ -86,6 +96,8 @@ Example: +% } #!disable_select + > +% if ( $disable_select ) { +%# avoid JS errors + +% } +% else { +