Apps: fix wording and layout for 'enable only for specific groups'
This commit is contained in:
parent
49f1e4a811
commit
de012667c7
|
@ -53,15 +53,15 @@
|
||||||
print_unescaped($l->t('<span class="licence"></span>-licensed by <span class="author"></span>'));?></p>
|
print_unescaped($l->t('<span class="licence"></span>-licensed by <span class="author"></span>'));?></p>
|
||||||
<input class="enable hidden" type="submit" />
|
<input class="enable hidden" type="submit" />
|
||||||
<input class="update hidden" type="submit" value="<?php p($l->t('Update')); ?>" />
|
<input class="update hidden" type="submit" value="<?php p($l->t('Update')); ?>" />
|
||||||
<br />
|
|
||||||
<input class="hidden" type="checkbox" id="groups_enable"/>
|
<input class="hidden" type="checkbox" id="groups_enable"/>
|
||||||
<label class="hidden" for="groups_enable"><?php p($l->t('Only for specific groups')); ?></label>
|
<label class="hidden" for="groups_enable"><?php p($l->t('Enable only for specific groups')); ?></label>
|
||||||
<br />
|
|
||||||
<select class="hidden" id="group_select" multiple="multiple" title="<?php p($l->t('All')); ?>">
|
<select class="hidden" id="group_select" multiple="multiple" title="<?php p($l->t('All')); ?>">
|
||||||
<?php foreach($_['groups'] as $group):?>
|
<?php foreach($_['groups'] as $group):?>
|
||||||
<option value="<?php p($group);?>"><?php p($group); ?></option>
|
<option value="<?php p($group);?>"><?php p($group); ?></option>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<div class="warning hidden"></div>
|
<div class="warning hidden"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue