Skip to content

Commit 9ebac3b

Browse files
committed
We don't need all these horizontal lines
1 parent 928219d commit 9ebac3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: edit_mail.cgi

-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ if ($supports_dependent) {
5555
]));
5656
}
5757

58-
print &ui_table_hr();
59-
6058
# Cloud mail filter
6159
@provs = &list_cloud_mail_providers($d);
6260
$prov = &get_domain_cloud_mail_provider($d);
@@ -91,8 +89,6 @@ if (defined(&list_smtp_clouds)) {
9189
}
9290
if (@okclouds) {
9391
# Cloud mail delivery provider fields
94-
print &ui_table_hr();
95-
9692
print &ui_table_row($text{'mail_smtp_cloud'},
9793
&ui_select("smtp_cloud", $d->{'smtp_cloud'},
9894
[ [ "", $text{'mail_smtp_local'} ],

0 commit comments

Comments
 (0)