From 022bcd11320398b6652eacc5c264a87adc16af84 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 27 Oct 2010 12:45:51 +0000 Subject: - When contacts search returns no rows display message of type 'notice' instead of 'warning' --- program/steps/addressbook/search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/addressbook') diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index b62de4906..7c52ef608 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -38,7 +38,7 @@ if ($result->count > 0) } else { - $OUTPUT->show_message('nocontactsfound', 'warning'); + $OUTPUT->show_message('nocontactsfound', 'notice'); $search_request = null; } -- cgit v1.2.3