From: Owen Leonard <[email protected]>
Signed-off-by: Nicole C. Engard <[email protected]> --- .../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.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
