diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 12:45:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 12:45:51 +0000 |
| commit | c15a88b6b5917c0a012e1d093ea56ecd27784a8d (patch) | |
| tree | 1919a6e1aee22bca7dea27a7f42b3b8ba56d8f09 /roundcubemail/program/steps | |
| parent | 17951e71fb44d028d1eb58097f14ed4342f619c4 (diff) | |
- 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
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
