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:
authorBruno Tavares <bruno.exz@gmail.com>2013-10-14 19:04:16 +0400
committerBruno Tavares <bruno.exz@gmail.com>2013-10-14 19:04:16 +0400
commitd99adf45a1d541ab498c9746dff22aecbda1415f (patch)
tree91ebd51426d0365ed8621ac5978738ba5030e256 /templates/wizard.php
parent039aa6ba4f9cce6274eb1b3c43bbde361f2f5e4c (diff)
Open links on the firstrun page on another tab
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 0b3d51e0..aba9ffc5 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -13,32 +13,32 @@
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
-<a href="<?php p($_['clients']['desktop']); ?>">
+<a target="_blank" href="<?php p($_['clients']['desktop']); ?>">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.png')); ?>" />
</a>
-<a href="<?php p($_['clients']['android']); ?>">
+<a target="_blank" href="<?php p($_['clients']['android']); ?>">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'googleplay.png')); ?>" />
</a>
-<a href="<?php p($_['clients']['ios']); ?>">
+<a target="_blank" href="<?php p($_['clients']['ios']); ?>">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" />
</a>
<h2><?php p($l->t('Connect your desktop apps to ownCloud'));?></h2>
<?php if (OC_Util::getEditionString() === ''): ?>
-<a class="button" href="http://doc.owncloud.org/server/5.0/user_manual/calendars.html#synchronising-calendars-with-caldav">
+<a target="_blank" class="button" href="http://doc.owncloud.org/server/5.0/user_manual/calendars.html#synchronising-calendars-with-caldav">
<img class="appsmall appsmall-calendar svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/calendar-dark.svg')); ?>" /> <?php p($l->t('Connect your Calendar'));?>
</a>
-<a class="button" href="http://doc.owncloud.org/server/5.0/user_manual/contacts.html#keeping-your-address-book-in-sync">
+<a target="_blank" class="button" href="http://doc.owncloud.org/server/5.0/user_manual/contacts.html#keeping-your-address-book-in-sync">
<img class="appsmall appsmall-contacts svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/contacts-dark.svg')); ?>" /> <?php p($l->t('Connect your Contacts'));?>
</a>
<?php endif; ?>
-<a class="button" href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/user_manual/files/files.html">
+<a target="_blank" class="button" href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/user_manual/files/files.html">
<img class="appsmall svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/folder.svg')); ?>" /> <?php p($l->t('Access files via WebDAV'));?>
</a>
<p class="footnote">
<?php if (OC_Util::getEditionString() === ''): ?>
-<?php print_unescaped($l->t('There’s more information in the <a href="http://doc.owncloud.org/server/5.0/user_manual/">documentation</a> and on our <a href="http://owncloud.org">website</a>.')); ?><br>
+<?php print_unescaped($l->t('There’s more information in the <a target="_blank" href="http://doc.owncloud.org/server/5.0/user_manual/">documentation</a> and on our <a target="_blank" href="http://owncloud.org">website</a>.')); ?><br>
<?php print_unescaped($l->t('If you like ownCloud, <a href="mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org">recommend it to your friends</a>!')); ?></p>
<?php else: ?>
© 2013 <a href="https://owncloud.com" target="_blank">ownCloud Inc.</a>