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 3d48bf18d3
commit de6d550cce
1 changed files with 39 additions and 34 deletions

View File

@ -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>