diff options
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/profile_edit.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl index c5b24a88a..ec6cf260a 100644 --- a/view/en/profile_edit.tpl +++ b/view/en/profile_edit.tpl @@ -40,6 +40,7 @@ $gender <div id="profile-edit-dob" > $dob $age </div> +</div> <div id="profile-edit-dob-end"></div> $hide_friends @@ -126,6 +127,13 @@ $sexual </div> <div id="profile-edit-religion-end"></div> +<div id="profile-edit-keywords-wrapper" > +<label id="profile-edit-keywords-label" for="profile-edit-keywords" >Keywords: </label> +<input type="text" size="32" name="keywords" id="profile-edit-keywords" title="Example: fishing photography software" value="$keywords" /> +</div><div id="profile-edit-keywords-desc">(Used for searching public profiles, never shown to others)</div> +<div id="profile-edit-keywords-end"></div> + + <div class="profile-edit-submit-wrapper" > <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" /> </div> |