aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_select.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 20:29:32 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-06 20:29:32 +0200
commit66cf0852728d2f95ed3a5b7a304dbc7b79111831 (patch)
treedf5e73fe65ee7f25247eef73d1b3145d18e7e1ab /view/tpl/field_select.tpl
parentd1745319318b47932cf5d4acf400bfbf62f94ddc (diff)
downloadvolse-hubzilla-66cf0852728d2f95ed3a5b7a304dbc7b79111831.tar.gz
volse-hubzilla-66cf0852728d2f95ed3a5b7a304dbc7b79111831.tar.bz2
volse-hubzilla-66cf0852728d2f95ed3a5b7a304dbc7b79111831.zip
move profile assign selector to profile settings and personal menu selector to channel_home settings and get rid of misc channel settings section.
Diffstat (limited to 'view/tpl/field_select.tpl')
-rwxr-xr-xview/tpl/field_select.tpl2
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>