summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-10 01:01:39 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-08-17 10:40:59 +0200
commit27796a4077065f9b75fc8331c87f399fadc2c851 (patch)
treeb35de13cec6e7838ae66fa5db94e59aeb5882b93 /apps/files_external/templates
parent644770c950c73bf23b818a9e7ba71d3a739aad0b (diff)
downloadnextcloud-server-27796a4077065f9b75fc8331c87f399fadc2c851.tar.gz
nextcloud-server-27796a4077065f9b75fc8331c87f399fadc2c851.zip
layout refinements
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 2581259c4ca..636877e1fa0 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -160,10 +160,8 @@
</tr>
</tbody>
</table>
- <br />
<?php if ($_['visibilityType'] === BackendService::VISIBILITY_ADMIN): ?>
- <br />
<input type="checkbox" name="allowUserMounting" id="allowUserMounting" class="checkbox"
value="1" <?php if ($_['allowUserMounting'] == 'yes') print_unescaped(' checked="checked"'); ?> />
<label for="allowUserMounting"><?php p($l->t('Allow users to mount external storage')); ?></label> <span id="userMountingMsg" class="msg"></span>