]> source.dussan.org Git - nextcloud-server.git/commitdiff
add a link to the desktop and mobile clients download.
authorFrank Karlitschek <karlitschek@kde.org>
Fri, 20 Apr 2012 22:33:24 +0000 (00:33 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Fri, 20 Apr 2012 22:33:24 +0000 (00:33 +0200)
settings/templates/personal.php

index 986cfe55ae5eb439899209e19ba5c19ef3954e93..df5791bd5247a4a2140b428fc9db0a848a71e66f 100644 (file)
@@ -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>