From f78bbe1679140cf6a42fa9b55624b1f54466dd1e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 11 Jan 2016 23:25:01 +0545 Subject: Redmine #5759 print_info_box style Define the 'success' 'info' etc style of calls to print_info_box() --- src/usr/local/www/services_rfc2136_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_rfc2136_edit.php') diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php index 88da96f..6456072 100644 --- a/src/usr/local/www/services_rfc2136_edit.php +++ b/src/usr/local/www/services_rfc2136_edit.php @@ -165,7 +165,7 @@ if ($input_errors) { } if ($savemsg) { - print_info_box($savemsg); + print_info_box($savemsg, 'success'); } $form = new Form; -- cgit v1.1