[Koha-patches] [PATCH] Fix for Bug 5814 - Style error message on manage staged records page according to standard

Owen Leonard oleonard at myacpl.org
Fri Feb 25 15:16:49 CET 2011


---
 .../prog/en/modules/tools/manage-marc-import.tmpl  |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
index 9f11c66..f0bd761 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
@@ -69,8 +69,10 @@ $(document).ready(function(){
 
 <!-- TMPL_UNLESS name="batch_list" -->
    <!-- TMPL_UNLESS name="batch_info" -->
-     <span class="problem">No records have been staged.</span>
-     <a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.
+   <div class="dialog message">
+     <p>No records have been staged.</p>
+     <p><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.</p>
+   </div>
    <!-- /TMPL_UNLESS -->
 <!-- /TMPL_UNLESS -->
 
-- 
1.7.3



More information about the Koha-patches mailing list