diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-01 15:22:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-01 15:22:23 +0100 |
commit | 6e64f9af54c6af4fd93afb4d7d7a1594bfb55913 (patch) | |
tree | bacb9aae2f1e17445768c3c86cdda871f2ba9657 /view/tpl/group_selection.tpl | |
parent | 7018aefd6f270e21c5270738fb99a8c2da866495 (diff) | |
download | volse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.tar.gz volse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.tar.bz2 volse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.zip |
first pile of work on settings
Diffstat (limited to 'view/tpl/group_selection.tpl')
-rwxr-xr-x | view/tpl/group_selection.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/group_selection.tpl b/view/tpl/group_selection.tpl index 2223125ea..270d2aa79 100755 --- a/view/tpl/group_selection.tpl +++ b/view/tpl/group_selection.tpl @@ -1,6 +1,6 @@ -<div class="field custom"> +<div class="form-group field custom"> <label for="group-selection" id="group-selection-lbl">{{$label}}</label> -<select name="group-selection" id="group-selection" > +<select class="form-control" name="group-selection" id="group-selection" > {{foreach $groups as $group}} <option value="{{$group.id}}" {{if $group.selected}}selected="selected"{{/if}} >{{$group.name}}</option> {{/foreach}} |