]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dont truncate the time format
authorTom Needham <needham.thomas@gmail.com>
Sat, 17 Mar 2012 12:41:16 +0000 (12:41 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 17 Mar 2012 12:41:16 +0000 (12:41 +0000)
apps/calendar/templates/settings.php

index f74a45203e1803cf39fa813b994eae4706a9d981..fb2a04a64988c7ea62a06acdf46a04bd09d5fd94 100644 (file)
@@ -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>