Add CardDAV path

This commit is contained in:
Jakob Sack 2011-08-10 11:19:12 +02:00
parent c958a44e46
commit 2b59912b3d
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ OC_Util::addStyle('contacts','styles');
<div id="contacts_details" class="rightcontent" data-id="<?php echo $_['id']; ?>">
<?php echo $this->inc("part.details"); ?>
</div>
<?php if(count($_['addressbooks']) == 1 ): ?>
<?php echo $l->t('The path to this addressbook is %s', array(OC::$WEBROOT.'/apps/contacts/carddav.php/addressbooks/'.$_['addressbooks'][0]['uri'])); ?>
<?php endif; ?>