diff --git a/ingo/templates/basic/blacklist/blacklist.html.php b/ingo/templates/basic/blacklist/blacklist.html.php index d7198d0e038..4d2cb66755a 100644 --- a/ingo/templates/basic/blacklist/blacklist.html.php +++ b/ingo/templates/basic/blacklist/blacklist.html.php @@ -9,36 +9,40 @@ -
+
hordeHelp('ingo', 'blacklist-action') ?> -
-
- radioButtonTag('action', 'delete', empty($this->folder), array('id' => 'action_delete')) ?> - hordeLabel('action_delete', _("_Delete message completely")) ?> -
+
-
- hordeLabel('blacklist', _("_Enter each address on a new line:")) ?> +
+ hordeLabel('blacklist', _("_Blacklist addresses:")) ?> hordeHelp('ingo', 'blacklist-addresses') ?>
-
+
-
+
" /> " />
diff --git a/ingo/themes/default/screen.css b/ingo/themes/default/screen.css index 29d36e04fe7..50ca1f0e641 100644 --- a/ingo/themes/default/screen.css +++ b/ingo/themes/default/screen.css @@ -66,12 +66,18 @@ table { /* Blacklist page. */ .blacklistAction { - margin-left: 15px; - margin-bottom: 15px; + list-style: none; + margin: 5px 0 8px 15px; } .blacklistAction input { vertical-align: middle; } +.blacklistAction label { + padding-left: 3px; +} +.blacklistDiv { + padding: 5px; +} /* Icons. */ .ingo-rules {