MFB: Make these look like regular prefs.
authorJan Schneider <jan@horde.org>
Fri, 19 Jun 2009 15:38:49 +0000 (17:38 +0200)
committerJan Schneider <jan@horde.org>
Fri, 19 Jun 2009 15:40:57 +0000 (17:40 +0200)
kronolith/templates/prefs/default_alarm_management.inc
kronolith/templates/prefs/shareselect.inc

index c52798f..a116854 100644 (file)
@@ -18,7 +18,7 @@ if (!$alarm_value) {
     }
 }
 ?>
-<strong><?php echo _("Default Alarm Setting:") ?></strong>&nbsp;
+<?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 ?>" />&nbsp;
 <label for="alarm_unit" class="hidden"><?php echo _("Alarm Unit") ?></label>
index dd9c1f9..c6e9adf 100644 (file)
@@ -7,7 +7,7 @@ if (!$prefs->isLocked('default_share')):
     }
 ?>
 
-    <strong><?php echo Horde::label('default_share', _("Your default calendar")) ?></strong>&nbsp;
+    <?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>