}
}
?>
-<strong><?php echo _("Default Alarm Setting:") ?></strong>
+<?php echo _("Default Alarm Setting:") ?><br />
<label for="alarm_value" class="hidden"><?php echo _("Alarm Value") ?></label>
<input type="text" size="2" id="alarm_value" name="alarm_value" value="<?php echo (int)$alarm_value ?>" />
<label for="alarm_unit" class="hidden"><?php echo _("Alarm Unit") ?></label>
}
?>
- <strong><?php echo Horde::label('default_share', _("Your default calendar")) ?></strong>
+ <?php echo Horde::label('default_share', _("Your default calendar")) ?><br />
<select id="default_share" name="default_share">
<?php foreach ($sharelist as $id => $share): ?>
<option value="<?php echo htmlspecialchars($id) ?>"<?php if ($id == $default_share) echo ' selected="selected"' ?>><?php echo htmlspecialchars($share->get('name')) ?></option>