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 2836aef..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>
     <input type="hidden" name="runinbackground" value="" />
     <input type="hidden" name="completedJobID" value="" />
     <input type="hidden" name="import_batch_id" value="<!-- TMPL_VAR name="import_batch_id" -->" />
-    <input type="submit" class="button" name="mainformsubmit" value="Complete import" onclick="return submitBackgroundJob(this.form);" />
+    <input type="submit" class="button" name="mainformsubmit" value="Import into catalogue" onclick="return submitBackgroundJob(this.form);" />
   </form>
   <div id="jobstatus" style="display:none">Job progress: <span id="jobprogress">0</span>%</div>
   <div id="jobfailed" style="display:none"></div>
     <input type="hidden" name="runinbackground" value="" />
     <input type="hidden" name="completedJobID" value="" />
     <input type="hidden" name="import_batch_id" value="<!-- TMPL_VAR name="import_batch_id" -->" />
-    <input type="submit" class="button" name="mainformsubmit" value="Undo import" onclick="return submitBackgroundJob(this.form);" />
+    <input type="submit" class="button" name="mainformsubmit" value="Undo import into catalogue" onclick="return submitBackgroundJob(this.form);" />
   </form>
   <div id="jobstatus" style="display:none">Job progress: <span id="jobprogress">0</span>%</div>
   <div id="jobfailed" style="display:none"></div>
@@ -259,6 +267,11 @@ Page
     <!-- /TMPL_LOOP -->
 </div>
   <!-- /TMPL_IF -->
+<!-- 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>