]> source.dussan.org Git - nextcloud-server.git/commitdiff
bring back the line breaks
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Jun 2014 10:48:36 +0000 (12:48 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Jun 2014 10:48:36 +0000 (12:48 +0200)
settings/templates/apps.php

index a766275fa53a94c4dbfef6622fd0b833cef7e733..776c322046262e4e94aaa38d66a8dcff907fb54d 100644 (file)
                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>