Calendar: Added more explicit sync links and fixed indentation.
This commit is contained in:
parent
3d48bf18d3
commit
de6d550cce
|
@ -46,7 +46,12 @@
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php echo $l->t('Calendar CalDAV syncing address:');?>
|
<?php echo $l->t('Calendar CalDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
|
||||||
<code><?php echo OCP\Util::linkToRemote('caldav'); ?></code><br />
|
<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>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue