diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 03:59:28 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 03:59:28 +0200 |
commit | f08cfcecec4d9f9ff9d6524236a0f1384e9afaee (patch) | |
tree | 2eb22d041b1f413359e214c5dd98841dd8989b92 /apps/calendar | |
parent | 24aff287cfb1121bde7ef5ce907085e28033a8c3 (diff) | |
download | nextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.tar.gz nextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.zip |
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.php | 4 |
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> |