[Koha-patches] [PATCH] Fix for Bug 4485, System preferences page uses non-standard warning style

Owen Leonard oleonard at myacpl.org
Tue May 11 16:14:25 CEST 2010


---
 .../prog/en/modules/admin/preferences.tmpl         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl
index 832be87..80035bb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl
@@ -29,12 +29,12 @@
 
     <!-- TMPL_IF NAME="jump_not_found" -->
     <h2>System preferences</h2>
-    <div class="dialog error">
+    <div class="dialog alert">
         Could not find a system preference named <code><!-- TMPL_VAR NAME="jumpfield" --></code>.
     </div>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="search_not_found" -->
-    <div class="dialog error">
+    <div class="dialog alert">
         No system preferences matched your search for <strong><!-- TMPL_VAR NAME="searchfield" --></strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=<!-- TMPL_VAR NAME="last_tab" -->">return to where you were before.</a>
     </div>
     <!-- /TMPL_IF -->
-- 
1.7.0.4




More information about the Koha-patches mailing list