diff options
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index bb01d991e5e..1838465f9ce 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -111,8 +111,10 @@ script( <input class="update hidden" type="submit" value="<?php p($l->t('Update to %s', array('{{update}}'))); ?>" data-appid="{{id}}" /> {{#if active}} <input class="enable" type="submit" data-appid="{{id}}" data-active="true" value="<?php p($l->t("Disable"));?>"/> - <input type="checkbox" class="groups-enable" id="groups_enable-{{id}}"/> - <label for="groups_enable-{{id}}"><?php p($l->t('Enable only for specific groups')); ?></label> + <span class="groups-enable"> + <input type="checkbox" class="groups-enable__checkbox checkbox" id="groups_enable-{{id}}"/> + <label for="groups_enable-{{id}}"><?php p($l->t('Enable only for specific groups')); ?></label> + </span> <br /> <input type="hidden" id="group_select" title="<?php p($l->t('All')); ?>" style="width: 200px"> {{else}} |