Added "dialog alert" class to "No Results Found" message on the patron
authorCindy Murdock Ames <cmurdock@ccfls.org>
Wed, 26 May 2010 16:56:26 +0000 (12:56 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 26 May 2010 16:56:26 +0000 (12:56 -0400)
search so the alert stands out.  Previously no css was applied to it so
it was just plain text.  Librarians weren't noticing it.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl

index 39dd8f7..fef7b69 100644 (file)
@@ -79,7 +79,7 @@
                                                </div>
                                                <!-- TMPL_ELSE -->
                                                <!-- TMPL_IF NAME="searching" -->
-                                               No results found
+                                               <div class="dialog alert">No results found</div>
                                                <!-- /TMPL_IF -->
                                                <!-- /TMPL_IF -->