Fix for Bug 4485, System preferences page uses non-standard warning style
authorOwen Leonard <oleonard@myacpl.org>
Tue, 11 May 2010 14:14:25 +0000 (10:14 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 13 May 2010 19:22:33 +0000 (07:22 +1200)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl

index 832be87..80035bb 100644 (file)
 
     <!-- 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 -->