diff options
author | friendica <info@friendica.com> | 2012-06-02 20:58:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-02 20:58:20 -0700 |
commit | d27c6de84e28f8094c695b3857dc69f103cffa08 (patch) | |
tree | 6c8b20c747fdee230483a1f500a40036d295ba13 /view/profile_edit.tpl | |
parent | 3d39e6e59489cf5013d7515a6e9deb2175d433ee (diff) | |
download | volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.gz volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.bz2 volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.zip |
add hometown to profiles
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 077fb0aaa..ad34b9956 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -97,6 +97,12 @@ $hide_friends </div> <div id="profile-edit-region-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" /> +</div> +<div id="profile-edit-hometown-end"></div> + <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" /> </div> |