mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Personal settings: Emphasized labels etc, mono-spaced generated paths and moved text formatting to style sheet.
This commit is contained in:
parent
b90b065111
commit
33b1d6de8e
@ -1,12 +1,12 @@
|
||||
<form id="contacts">
|
||||
<fieldset class="personalblock">
|
||||
<strong><?php echo $l->t('Contacts'); ?></strong><br />
|
||||
<?php echo $l->t('CardDAV syncing addresses:'); ?>
|
||||
<legend><?php echo $l->t('Contacts'); ?></legend>
|
||||
<?php echo $l->t('CardDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
|
||||
<dl>
|
||||
<dt><b><?php echo $l->t('Primary address (Kontact et al)'); ?></b></dt>
|
||||
<dd><code><i><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/</i></code></dd>
|
||||
<dt><b><?php echo $l->t('iOS/OS X'); ?></b></dt>
|
||||
<dd><code><i><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OC_User::getUser(); ?></i></code>/</dd>
|
||||
<dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
|
||||
<dd><code><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/</code></dd>
|
||||
<dt><?php echo $l->t('iOS/OS X'); ?></dt>
|
||||
<dd><code><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OC_User::getUser(); ?></code>/</dd>
|
||||
</dl>
|
||||
Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user