diff options
author | friendica <info@friendica.com> | 2014-08-02 14:56:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-02 14:56:17 -0700 |
commit | 85032a1fa37868699ecbcf791dba7c37ee5a4337 (patch) | |
tree | c510a4698f886ab05e7bafd85553184f80e54433 /view/tpl | |
parent | 6dd3a170a7fa83a97bdaf451dd017c0a37bc8016 (diff) | |
download | volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.gz volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.bz2 volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.zip |
db tables for extensible profile fields
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 18 |
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> |