aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_edit.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-02 14:56:17 -0700
committerfriendica <info@friendica.com>2014-08-02 14:56:17 -0700
commit85032a1fa37868699ecbcf791dba7c37ee5a4337 (patch)
treec510a4698f886ab05e7bafd85553184f80e54433 /view/tpl/profile_edit.tpl
parent6dd3a170a7fa83a97bdaf451dd017c0a37bc8016 (diff)
downloadvolse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.gz
volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.bz2
volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.zip
db tables for extensible profile fields
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-xview/tpl/profile_edit.tpl18
1 files changed, 6 insertions, 12 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index 22e92390b..acca555d1 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -125,25 +125,19 @@
<div id="profile-edit-marital-end"></div>
-<div id="profile-edit-sexual-wrapper" >
-<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
-{{if $advanced}}
-{{$sexual}}
-{{else}}
-{{$sexual_min}}
-{{/if}}
-</div>
-<div id="profile-edit-sexual-end"></div>
-
-
-
<div id="profile-edit-homepage-wrapper" >
<label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label>
<input type="text" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
</div>
<div id="profile-edit-homepage-end"></div>
+
{{if $advanced}}
+<div id="profile-edit-sexual-wrapper" >
+<label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
+{{$sexual}}
+</div>
+<div id="profile-edit-sexual-end"></div>
<div id="profile-edit-politic-wrapper" >
<label id="profile-edit-politic-label" for="profile-edit-politic" >{{$lbl_politic}} </label>