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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-10 02:01:39 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-08-17 11:40:59 +0300
commit27796a4077065f9b75fc8331c87f399fadc2c851 (patch)
treeb35de13cec6e7838ae66fa5db94e59aeb5882b93 /apps/files_external/templates
parent644770c950c73bf23b818a9e7ba71d3a739aad0b (diff)
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>