diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index b3dcbeba233..c3c7a9df379 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -74,7 +74,7 @@ script( <script id="app-template" type="text/x-handlebars"> {{#if newCategory}} - <br/><h2>{{categoryName}}</h2> + <h2>{{categoryName}} <input class="enable" type="submit" data-bundleid="{{bundleId}}" data-active="true" value="<?php p($l->t('Enable all'));?>"/></h2> {{/if}} <div class="section" id="app-{{id}}"> {{#if preview}} |