diff options
author | Friendika <info@friendika.com> | 2011-02-24 19:04:37 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-24 19:04:37 -0800 |
commit | 32b9546d760c6ec3b6deec0d375bfa654f2d4a7e (patch) | |
tree | 631beddfb4ce69d40af64da7535102f373a67173 | |
parent | 8568c0cf9b2f914f4854b5da501f7beed7147229 (diff) | |
download | volse-hubzilla-32b9546d760c6ec3b6deec0d375bfa654f2d4a7e.tar.gz volse-hubzilla-32b9546d760c6ec3b6deec0d375bfa654f2d4a7e.tar.bz2 volse-hubzilla-32b9546d760c6ec3b6deec0d375bfa654f2d4a7e.zip |
provide examples for relationship partner linkage
-rw-r--r-- | view/en/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl index beff3b8bd..b0d4850d0 100644 --- a/view/en/profile_edit.tpl +++ b/view/en/profile_edit.tpl @@ -105,7 +105,7 @@ $hide_friends $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" /> +<input type="text" size="32" name="with" id="profile-edit-with" title="Examples: cathy123, Cathy Williams, cathy@example.com" value="$with" /> <div id="profile-edit-marital-end"></div> <div id="profile-edit-sexual-wrapper" > |