Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2016-10-13 10:22:54 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-10-13 10:24:59 +0300
commitf2e6c36060a2fdf2689c38cbda55c8ae99692cf0 (patch)
treebd2ed0b0a77f8bcb074f1a86012003cea729f62d /templates/admin.php
parent44174224cb3f2261ec3077541b2c23a849246537 (diff)
Lets remove this <br>
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 7a82d418..8738a8a7 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -11,6 +11,5 @@ script('richdocuments', 'admin');
<br/>
<input type="checkbox" class="edit-groups-enable" id="edit_groups_enable-richdocuments" data-appid="richdocuments" />
<label for="edit_groups_enable-richdocuments"><?php p($l->t('Enable edit for specific groups')) ?></label>
- <br/>
<input type="hidden" id="edit_group_select" value="<?php p($_['edit_groups'])?>" title="<?php p($l->t('All')); ?>" style="width: 200px">
</div>