Calendar: Added more explicit sync links and fixed indentation.

This commit is contained in:
Thomas Tanghus 2012-06-07 12:21:24 +02:00
parent 3804f68ff5
commit e1f4978150
1 changed files with 39 additions and 34 deletions

View File

@ -46,7 +46,12 @@
</table>
<?php echo $l->t('Calendar CalDAV syncing address:');?>
<code><?php echo OCP\Util::linkToRemote('caldav'); ?></code><br />
<?php echo $l->t('Calendar CalDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
<dl>
<dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
<dd><code><?php echo OCP\Util::linkToRemote('caldav'); ?></code></dd>
<dt><?php echo $l->t('iOS/OS X'); ?></dt>
<dd><code><?php echo OCP\Util::linkToRemote('caldav'); ?>principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
</dl>
</fieldset>
</form>