aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 18:29:32 +0000
committerMario <mario@mariovavti.com>2018-10-06 20:34:57 +0200
commit9bfa5c82d19ce42bfb283c35f31518cca461349f (patch)
treed133f4edb91c47bfe8e109a2485097101e7ecb0f /view
parent567448e2fdddb7e9d9f1da64f9b70648ad1c2b65 (diff)
downloadvolse-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')
-rwxr-xr-xview/tpl/field_select.tpl2
-rwxr-xr-xview/tpl/settings.tpl36
2 files changed, 1 insertions, 37 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>
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 7980bc696..c0808272d 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -161,42 +161,6 @@
</div>
</div>
</div>
-
- <div class="panel">
- <div class="section-subtitle-wrapper" role="tab" id="miscellaneous-settings">
- <h3>
- <a data-toggle="collapse" data-target="#miscellaneous-settings-collapse" href="#" aria-expanded="true" aria-controls="miscellaneous-settings-collapse">
- {{$lbl_misc}}
- </a>
- </h3>
- </div>
- <div id="miscellaneous-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="miscellaneous-settings" data-parent="#settings" >
- <div class="section-content-tools-wrapper">
- <div class="form-group">
- {{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>
- <select name="channel_menu" class="form-control">
- {{foreach $menus as $menu }}
- <option value="{{$menu.name}}" {{$menu.selected}}>{{$menu.name}}</option>
- {{/foreach}}
- </select>
- </div>
- {{/if}}
- {{if $misc_addon}}
- {{$misc_addon}}
- {{/if}}
- </div>
- <div class="settings-submit-wrapper" >
- <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
- </div>
- </div>
- </div>
- </div>
</div>
</form>
{{$aclselect}}