Skip to content
Snippets Groups Projects
Commit e9691893 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

use new checkbox style for Apps mgmt settings

parent 422d29ae
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ script(
</div>
<div id="app-settings-content" class="apps-experimental">
<input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?>>
<input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?> class="checkbox">
<label for="enable-experimental-apps"><?php p($l->t('Enable experimental apps')) ?></label>
<p>
<small>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment