diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-25 07:17:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-25 07:17:52 +0100 |
commit | 2108173e74c12ce590c87e673d3455f7a9b18de8 (patch) | |
tree | 2fc06a9de42ac30c95aab864ecfd0fe2e7681d0c /view | |
parent | b03545f89939ef1c13ca7f5a950d52fcb7f2313f (diff) | |
parent | 08900b730bd39c00e399696472d904c1d5e4ef0b (diff) | |
download | volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.tar.gz volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.tar.bz2 volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 33e0aa925..0f42a6e8a 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -167,6 +167,10 @@ </div> <div id="miscellaneous-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="miscellaneous-settings"> <div class="section-content-tools-wrapper"> + {{if $profselect}} + <label for="contact-profile-selector">{{$profseltxt}}</label> + {{$profselect}} + {{/if}} {{if $menus}} <div class="form-group channel-menu"> <label for="channel_menu">{{$menu_desc}}</label> |