diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 07:09:57 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 07:09:57 -0700 |
commit | 44b19841360099cc3e78d1a3612f7aa23e2e6524 (patch) | |
tree | c6a9c69e6271862a4a8710ebddc6d8a0d6e76baa /view/profile_edit.tpl | |
parent | 970a2d4f1ef03f696a5b321bf0d7034d9e8cfe3f (diff) | |
download | volse-hubzilla-44b19841360099cc3e78d1a3612f7aa23e2e6524.tar.gz volse-hubzilla-44b19841360099cc3e78d1a3612f7aa23e2e6524.tar.bz2 volse-hubzilla-44b19841360099cc3e78d1a3612f7aa23e2e6524.zip |
profile additions
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 251fdae14..ff0e2f8e4 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -25,6 +25,13 @@ $gender </div> <div id="profile-edit-gender-end"></div> +<div id="profile-edit-dob-wrapper" > +<p id="birthday-description">Leave year blank to suppress age.</p> +<label id="profile-edit-dob-label" for="dob-select" >Birthday: </label> +<div id="profile-edit-dob" > +$dob +</div> +<div id="profile-edit-dob-end"></div> <div id="profile-edit-address-wrapper" > <label id="profile-edit-address-label" for="profile-edit-address" >Street Address: </label> @@ -73,6 +80,14 @@ $marital </div> <div id="profile-edit-marital-end"></div> +<div id="profile-edit-sexual-wrapper" > +<label id="profile-edit-sexual-label" for="sexual-select" >Sexual Preference: </label> +$sexual +</div> +<div id="profile-edit-sexual-end"></div> + + + <div id="profile-edit-homepage-wrapper" > <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Homepage URL: </label> <input type="text size="32" name="homepage" id="profile-edit-homepage" value="$homepage" /> |