Skip to content

Commit

Permalink
Merge pull request owncloud#31 from owncloud/fix-30-for-enterprise-th…
Browse files Browse the repository at this point in the history
…emes

Fix 30 for enterprise themes
  • Loading branch information
nickvergessen committed Sep 29, 2015
2 parents 46daa41 + fa2be81 commit ab98232
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions templates/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] === ''): ?>
Expand Down

0 comments on commit ab98232

Please sign in to comment.