diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-25 20:32:33 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-26 20:07:50 +0200 |
commit | da67264a238d0351029b5b452aa254caa652df1c (patch) | |
tree | 1f59156de74339e35b85b8dafb08df49d01d1f7f /settings/templates | |
parent | 0428254ed676723633e49ffba5a2dc67e5ed8baf (diff) | |
download | nextcloud-server-da67264a238d0351029b5b452aa254caa652df1c.tar.gz nextcloud-server-da67264a238d0351029b5b452aa254caa652df1c.zip |
Fix styling
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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}} |