A few more en-US spelling corrections; Markup corrections; Standardizing on "email...
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / manage-marc-import.tmpl
index 549b8ee..1150f68 100644 (file)
 <p>Label batch created, with id: <!-- TMPL_VAR name="label_batch" --> </p>
 </div>
 <!-- /TMPL_IF -->
+
+<!-- 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>.
+   <!-- /TMPL_UNLESS -->
+<!-- /TMPL_UNLESS -->
+
 <!-- TMPL_IF name="batch_info" -->
 <fieldset class="rows">
   <ul>
@@ -259,8 +267,11 @@ Page
     <!-- /TMPL_LOOP -->
 </div>
   <!-- /TMPL_IF -->
- <!-- TMPL_ELSE -->
- No records have been staged. <a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.
+<!-- TMPL_ELSE -->
+  <!-- TMPL_IF name="batch_info" -->
+    <span class="problem">There are no records in this batch to import.</span>
+    <a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a>.
+  <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 
 </div>