diff options
author | Friendika <info@friendika.com> | 2010-12-03 22:46:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-03 22:46:42 -0800 |
commit | 4be5e57afdd0017d0cf40b23e60ff5b6e243992e (patch) | |
tree | 9ecb04d25b39e263c3b37641afdf353caed4f9ed /view/en/profile_edit.tpl | |
parent | 20f96c2c539f8f809335498ef2a78d96549cc6be (diff) | |
download | volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.tar.gz volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.tar.bz2 volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.zip |
relationship targets (linked if applicable)
Diffstat (limited to 'view/en/profile_edit.tpl')
-rw-r--r-- | view/en/profile_edit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl index 8d32226bc..c5b24a88a 100644 --- a/view/en/profile_edit.tpl +++ b/view/en/profile_edit.tpl @@ -96,6 +96,8 @@ $hide_friends <label id="profile-edit-marital-label" for="profile-edit-marital" >Marital Status: </label> $marital </div> +<label id="profile-edit-with-label" for="profile-edit-with" > Who: (if applicable) </label> +<input type="text" size="32" name="with" id="profile-edit-with" value="$with" /> <div id="profile-edit-marital-end"></div> <div id="profile-edit-sexual-wrapper" > |