aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-19 17:46:26 -0800
committerFriendika <info@friendika.com>2010-12-19 17:46:26 -0800
commit24a9a41f969cfd7625847c77a949e4b279f68406 (patch)
treea78eb978ea9def0bb85b2202d90662ae23c3c22f /view
parent4a2d83fcfff548e50d3138ff617c0acd99445e03 (diff)
downloadvolse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.gz
volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.bz2
volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.zip
added "secret" profile search keywords
Diffstat (limited to 'view')
-rw-r--r--view/en/profile_edit.tpl8
-rw-r--r--view/theme/default/style.css9
2 files changed, 17 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>
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 491486794..627915e64 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -720,6 +720,7 @@ input#dfrn-url {
#profile-edit-sexual-label,
#profile-edit-politic-label,
#profile-edit-religion-label,
+#profile-edit-keywords-label,
#profile-edit-homepage-label {
float: left;
width: 175px;
@@ -738,6 +739,7 @@ input#dfrn-url {
#sexual-select,
#profile-edit-politic,
#profile-edit-religion,
+#profile-edit-keywords,
#profile-in-dir-yes,
#profile-in-dir-no,
#profile-in-netdir-yes,
@@ -768,6 +770,12 @@ input#dfrn-url {
margin-left: 20px;
}
+#profile-edit-keywords-desc {
+ float: left;
+ margin-left: 20px;
+}
+
+
#profile-edit-homepage {
float: left;
margin-bottom: 35px;
@@ -800,6 +808,7 @@ input#dfrn-url {
#profile-edit-sexual-end,
#profile-edit-politic-end,
#profile-edit-religion-end,
+#profile-edit-keywords-end,
#profile-edit-homepage-end,
#profile-in-dir-break,
#profile-in-dir-end,