diff options
author | friendica <info@friendica.com> | 2012-09-09 21:51:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-09 21:51:54 -0700 |
commit | 61cca7637af3c4484d90ed9e1208a10845758276 (patch) | |
tree | 9cb6065bdf0f842d03b0df9c358c334a3ec631ae /view/tpl | |
parent | e4f3e96b657e4ce33c06701653eaba9574152c9a (diff) | |
download | volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.tar.gz volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.tar.bz2 volse-hubzilla-61cca7637af3c4484d90ed9e1208a10845758276.zip |
States/Countries now free form
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_edit.tpl | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index bc342cc3b..e7b17ba74 100644 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -79,24 +79,19 @@ $hide_friends </div> <div id="profile-edit-postal-code-end"></div> -<div id="profile-edit-country-name-wrapper" > -<label id="profile-edit-country-name-label" for="profile-edit-country-name" >$lbl_country </label> -<select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');"> -<option selected="selected" >$country_name</option> -<option>temp</option> -</select> -</div> -<div id="profile-edit-country-name-end"></div> <div id="profile-edit-region-wrapper" > <label id="profile-edit-region-label" for="profile-edit-region" >$lbl_region </label> -<select name="region" id="profile-edit-region" onChange="Update_Globals();" > -<option selected="selected" >$region</option> -<option>temp</option> -</select> +<input type="text" size="32" name="region" id="profile-edit-region" value="$region" /> </div> <div id="profile-edit-region-end"></div> +<div id="profile-edit-country-name-wrapper" > +<label id="profile-edit-country-name-label" for="profile-edit-country-name" >$lbl_country </label> +<input type="text" size="32" name="country_name" id="profile-edit-country-name" value="$country_name" /> +</div> +<div id="profile-edit-country-name-end"></div> + <div id="profile-edit-hometown-wrapper" > <label id="profile-edit-hometown-label" for="profile-edit-hometown" >$lbl_hometown </label> <input type="text" size="32" name="hometown" id="profile-edit-hometown" value="$hometown" /> |