aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-14 00:28:49 -0700
committerFriendika <info@friendika.com>2011-03-14 00:28:49 -0700
commit7b92b42603bca729bdef81349c578b65bf7ab256 (patch)
tree14619074ae8de42792d58badc52e8be8268460a0 /view/en
parentf2734681e537031926a1e9c142403048b420deee (diff)
downloadvolse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.tar.gz
volse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.tar.bz2
volse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.zip
keywords split into public and private. Public will be used by the friend finder.
Diffstat (limited to 'view/en')
-rw-r--r--view/en/profile_edit.tpl16
1 files changed, 11 insertions, 5 deletions
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl
index b0d4850d0..6c7d74daf 100644
--- a/view/en/profile_edit.tpl
+++ b/view/en/profile_edit.tpl
@@ -134,11 +134,17 @@ $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 id="profile-edit-pubkeywords-wrapper" >
+<label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >Public Keywords: </label>
+<input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="Example: fishing photography software" value="$pub_keywords" />
+</div><div id="profile-edit-pubkeywords-desc">(Used for suggesting potential friends, can be seen by others)</div>
+<div id="profile-edit-pubkeywords-end"></div>
+
+<div id="profile-edit-prvkeywords-wrapper" >
+<label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >Private Keywords: </label>
+<input type="text" size="32" name="prv_keywords" id="profile-edit-prvkeywords" title="Example: fishing photography software" value="$prv_keywords" />
+</div><div id="profile-edit-prvkeywords-desc">(Used for searching profiles, never shown to others)</div>
+<div id="profile-edit-prvkeywords-end"></div>
<div class="profile-edit-submit-wrapper" >