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:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-21 02:33:24 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-04-21 02:33:24 +0400
commitef80ad1d48fa7cb61bb0003c0a22928f075ddc60 (patch)
tree8d412963ae3931155726404769ce53386ead9d04 /settings
parentd1fe3c2314c29363fc6835e67522df10d45c2dae (diff)
add a link to the desktop and mobile clients download.
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 986cfe55ae5..df5791bd524 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -8,6 +8,12 @@
<p id="quotatext"><?php echo $l->t('You use');?> <strong><?php echo $_['usage'];?></strong> <?php echo $l->t('of the available');?> <strong><?php echo $_['total_space'];?></strong></p>
</div></div>
+<div class="personalblock">
+ <?php echo $l->t('Desktop and Mobile Syncing Clients');?>
+ <a class="button" href="http://owncloud.org/sync-clients/" target="_blank"><?php echo $l->t('Download');?></a>
+</div>
+
+
<form id="passwordform">
<fieldset class="personalblock">
<div id="passwordchanged"><?php echo $l->t('Your password got changed');?></div>