Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-22 05:59:28 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-04-22 05:59:28 +0400
commitf08cfcecec4d9f9ff9d6524236a0f1384e9afaee (patch)
tree2eb22d041b1f413359e214c5dd98841dd8989b92 /apps/calendar
parent24aff287cfb1121bde7ef5ce907085e28033a8c3 (diff)
Personal settings: Emphasized labels etc, mono-spaced generated paths and moved text formatting to style sheet.
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/templates/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php
index fb2a04a6498..3488fec0187 100644
--- a/apps/calendar/templates/settings.php
+++ b/apps/calendar/templates/settings.php
@@ -9,7 +9,7 @@
?>
<form id="calendar">
<fieldset class="personalblock">
- <strong><?php echo $l->t('Calendar'); ?></strong>
+ <legend><?php echo $l->t('Calendar'); ?></legend>
<table class="nostyle">
<tr><td><label for="timezone" class="bold"><?php echo $l->t('Timezone');?></label></td><td><select style="display: none;" id="timezone" name="timezone">
<?php
@@ -47,6 +47,6 @@
</table>
<?php echo $l->t('Calendar CalDAV syncing address:');?>
- <?php echo OC_Helper::linkToAbsolute('calendar', 'caldav.php'); ?><br />
+ <code><?php echo OC_Helper::linkToAbsolute('calendar', 'caldav.php'); ?></code><br />
</fieldset>
</form>