From c15a88b6b5917c0a012e1d093ea56ecd27784a8d Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 27 Oct 2010 12:45:51 +0000 Subject: - When contacts search returns no rows display message of type 'notice' instead of 'warning' git-svn-id: https://svn.roundcube.net/trunk@4150 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/addressbook/search.inc b/roundcubemail/program/steps/addressbook/search.inc index b62de4906..7c52ef608 100644 --- a/roundcubemail/program/steps/addressbook/search.inc +++ b/roundcubemail/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