diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 18:29:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-06 20:34:57 +0200 |
commit | 9bfa5c82d19ce42bfb283c35f31518cca461349f (patch) | |
tree | d133f4edb91c47bfe8e109a2485097101e7ecb0f /view/tpl/field_select.tpl | |
parent | 567448e2fdddb7e9d9f1da64f9b70648ad1c2b65 (diff) | |
download | volse-hubzilla-9bfa5c82d19ce42bfb283c35f31518cca461349f.tar.gz volse-hubzilla-9bfa5c82d19ce42bfb283c35f31518cca461349f.tar.bz2 volse-hubzilla-9bfa5c82d19ce42bfb283c35f31518cca461349f.zip |
move profile assign selector to profile settings and personal menu selector to channel_home settings and get rid of misc channel settings section.
(cherry picked from commit 66cf0852728d2f95ed3a5b7a304dbc7b79111831)
Diffstat (limited to 'view/tpl/field_select.tpl')
-rwxr-xr-x | view/tpl/field_select.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_select.tpl b/view/tpl/field_select.tpl index cda9a823a..8c3776841 100755 --- a/view/tpl/field_select.tpl +++ b/view/tpl/field_select.tpl @@ -3,5 +3,5 @@ <select class="form-control" name="{{$field.0}}" id="id_{{$field.0}}"> {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}} </select> - <small class="form-text text-muted">{{$field.3}}</small> + <small class="form-text text-muted">{{$field.3}}</small > </div> |