]> source.dussan.org Git - nextcloud-server.git/commitdiff
Apps: fix wording and layout for 'enable only for specific groups'
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 8 May 2014 17:26:20 +0000 (19:26 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Jun 2014 10:42:36 +0000 (12:42 +0200)
settings/templates/apps.php

index c5c0b91be693911863ceb973024356b2b772a2ee..a766275fa53a94c4dbfef6622fd0b833cef7e733 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('Only for specific groups')); ?></label>
-       <br />
+       <label class="hidden" for="groups_enable"><?php p($l->t('Enable only for specific groups')); ?></label>
        <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>
                <?php endforeach;?>
        </select>
+
        <div class="warning hidden"></div>
        </div>
 </div>