theming for default group selector
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<select name="group-selection" id="group-selection">
|
||||
<div class="field custom">
|
||||
<label for="group-selection" id="group-selection-lbl">$label</label>
|
||||
<select name="group-selection" id="group-selection" >
|
||||
{{ for $groups as $group }}
|
||||
<option value="$group.id" {{ if $group.selected }}selected="selected"{{ endif }} >$group.name</option>
|
||||
{{ endfor }}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -93,7 +93,6 @@ $unkmail
|
||||
<br/>
|
||||
<div id="settings-default-perms-end"></div>
|
||||
|
||||
<label name="group-selection-lbl" for="group-selection">$group_lbl_select</label>
|
||||
$group_select
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user