Skip to content

Commit af50aa8

Browse files
BrunildaDostiSam Tuke
authored andcommitted
Changed the class of Bounce Rules alert
1 parent 3a3e9ea commit af50aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/bouncerules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
sql_escape($_POST['comment']), $_SESSION['logindetails']['id']), 1);
5252
$num = Sql_Affected_Rows();
5353
if ($num < 0) {
54-
echo '<p class="information">'.$GLOBALS['I18N']->get('That rule exists already').'</p>';
54+
echo '<p class="actionresult alert alert-info">'.$GLOBALS['I18N']->get('That rule exists already').'</p>';
5555
} else {
5656
Redirect('bouncerules'.$url);
5757
}

0 commit comments

Comments
 (0)