mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
fix pathes for cal andcarddav
This commit is contained in:
parent
1ff57997af
commit
bac79220a1
@ -4,9 +4,9 @@
|
|||||||
<?php echo $l->t('CardDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
|
<?php echo $l->t('CardDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
|
||||||
<dl>
|
<dl>
|
||||||
<dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
|
<dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
|
||||||
<dd><code><?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/</code></dd>
|
<dd><code><?php echo OCP\Util::linkToAbsolute('remote', 'carddav.php'); ?>/</code></dd>
|
||||||
<dt><?php echo $l->t('iOS/OS X'); ?></dt>
|
<dt><?php echo $l->t('iOS/OS X'); ?></dt>
|
||||||
<dd><code><?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
|
<dd><code><?php echo OCP\Util::linkToAbsolute('remote', 'carddav.php'); ?>/principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
|
||||||
</dl>
|
</dl>
|
||||||
Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
|
Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user