From 022bcd11320398b6652eacc5c264a87adc16af84 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 27 Oct 2010 08:45:51 -0400
Subject: [PATCH] - When contacts search returns no rows display message of type 'notice' instead of 'warning'

---
 program/steps/addressbook/search.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc
index b62de49..7c52ef6 100644
--- a/program/steps/addressbook/search.inc
+++ b/program/steps/addressbook/search.inc
@@ -38,7 +38,7 @@
 }
 else
 {
-  $OUTPUT->show_message('nocontactsfound', 'warning');
+  $OUTPUT->show_message('nocontactsfound', 'notice');
   $search_request = null;
 }
 

--
Gitblit v1.9.1