diff options
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 986cfe55ae5..d460b33202e 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> @@ -41,7 +47,7 @@ <p class="personalblock"> <strong>WebDAV</strong> - <?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?><br /> + <code><?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?></code><br /> <em><?php echo $l->t('use this address to connect to your ownCloud in your file manager');?></em> </p> |