summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-03 12:48:36 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 12:48:36 +0200
commita3202f1f031b443433aefc74958b268ceae3e024 (patch)
treefad22811b7ed8500ec8757693a71272a0da6ade2 /settings/templates
parentd60e4b9efa701e426640fcd3ec8bba8bfaba0244 (diff)
downloadnextcloud-server-a3202f1f031b443433aefc74958b268ceae3e024.tar.gz
nextcloud-server-a3202f1f031b443433aefc74958b268ceae3e024.zip
bring back the line breaks
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index a766275fa53..776c3220462 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -53,9 +53,10 @@
print_unescaped($l->t('<span class="licence"></span>-licensed by <span class="author"></span>'));?></p>
<input class="enable hidden" type="submit" />
<input class="update hidden" type="submit" value="<?php p($l->t('Update')); ?>" />
-
+ <br />
<input class="hidden" type="checkbox" id="groups_enable"/>
<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')); ?>">
<?php foreach($_['groups'] as $group):?>
<option value="<?php p($group);?>"><?php p($group); ?></option>