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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/wizard.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index b5d51e2a..0d54d127 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -37,20 +37,17 @@
src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/contacts-dark.svg')); ?>" />
<?php p($l->t('Connect your Contacts'));?>
</a>
-<a target="_blank" class="button" href="<?php p(link_to_docs('user-webdav')); ?>">
- <img class="appsmall svg" alt=""
- src="<?php print_unescaped(OCP\Util::imagePath('files', 'folder.svg')); ?>" />
- <?php p($l->t('Access files via WebDAV'));?>
-</a>
<?php else: ?>
<br><br><br>
<a target="_blank" class="button" href="<?php p(link_to_docs('user-manual')); ?>">
<img class="appsmall svg" src="<?php print_unescaped(OCP\Util::imagePath('settings', 'help.svg')); ?>" /> <?php p($l->t('Documentation'));?>
</a>
+<?php endif; ?>
<a target="_blank" class="button" href="<?php p(link_to_docs('user-webdav')); ?>">
- <img class="appsmall svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/folder.svg')); ?>" /> <?php p($l->t('Access files via WebDAV'));?>
+ <img class="appsmall svg" alt=""
+ src="<?php print_unescaped(OCP\Util::imagePath('files', 'folder.svg')); ?>" />
+ <?php p($l->t('Access files via WebDAV'));?>
</a>
-<?php endif; ?>
<p class="footnote">
<?php if ($_['edition'] === ''): ?>