X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcity.html;h=6a2142f29f1426df1768b83fb34f147eb740d1ca;hb=0f359d5480aa1621d73ee802f420e8951abc620d;hp=0e1bf8de074e2e77b152f29f1c5728fc723c3bd2;hpb=05ff91a2c4b48c43ab3aa30501cda7eb3de2ef03;p=freeside.git diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index 0e1bf8de0..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' ], @@ -66,9 +75,9 @@ Example: 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 @@ -87,6 +96,8 @@ Example: +% } #!disable_select + > +% if ( $disable_select ) { +%# avoid JS errors + +% } +% else { +