summaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-03-17 13:59:00 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-03-17 13:59:00 +0100
commiteaa1074ccb1c57d700134fae77fd2ecc6d9145dd (patch)
treea2d58d0669d80c999e947ede4ebafde7c94d6295 /apps/calendar/templates
parentde49652536f90775e2f1e30cf4a82c1782103da7 (diff)
parent7ba8dbb92041d01ca70fca105897d3c374502343 (diff)
downloadnextcloud-server-eaa1074ccb1c57d700134fae77fd2ecc6d9145dd.tar.gz
nextcloud-server-eaa1074ccb1c57d700134fae77fd2ecc6d9145dd.zip
Merge branch 'master' into calendar_sharing
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r--apps/calendar/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php
index f74a45203e1..fb2a04a6498 100644
--- a/apps/calendar/templates/settings.php
+++ b/apps/calendar/templates/settings.php
@@ -31,7 +31,7 @@
</select><input type="checkbox" name="timezonedetection" id="timezonedetection"><label for="timezonedetection"><?php echo $l->t('Check always for changes of the timezone'); ?></label></td></tr>
<tr><td><label for="timeformat" class="bold"><?php echo $l->t('Timeformat');?></label></td><td>
- <select style="display: none;" id="timeformat" title="<?php echo "timeformat"; ?>" name="timeformat">
+ <select style="display: none; width: 60px;" id="timeformat" title="<?php echo "timeformat"; ?>" name="timeformat">
<option value="24" id="24h"><?php echo $l->t("24h"); ?></option>
<option value="ampm" id="ampm"><?php echo $l->t("12h"); ?></option>
</select>