From 2206b9575e441a73cd13e83c5f673bc9358534ca Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Fri, 25 Feb 2011 09:16:07 -0500
Subject: [PATCH] Fix for Bug 5814 - Style error message on manage staged records page according to standard
Content-Type: text/plain; charset="utf-8"

---
 .../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