aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile_edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r--view/profile_edit.tpl15
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" />