[Koha-patches] [PATCH] Some minor markup changes.

Owen Leonard oleonard at myacpl.org
Thu May 1 15:07:07 CEST 2008


---
 .../prog/en/modules/tools/manage-marc-import.tmpl  |    2 ++
 .../prog/en/modules/tools/stage-marc-import.tmpl   |   17 ++++++++---------
 2 files changed, 10 insertions(+), 9 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 2836aef..9ea1c2a 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
@@ -259,6 +259,8 @@ 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_IF -->
 
 </div>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
index 36906b1..60c27ff 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
@@ -92,7 +92,7 @@ function CheckForm(f) {
 </ol></fieldset>
   <fieldset class="rows">
     <legend>Look for existing records in catalogue?</legend>
-    <ol><li><label for="matcher">Record matching rule</label>
+    <ol><li><label for="matcher">Record matching rule:</label>
     <select name="matcher" id="matcher">
        <option value="">Do not look for matching records</option> 
        <!-- TMPL_LOOP name="available_matchers" -->
@@ -101,10 +101,10 @@ function CheckForm(f) {
        <!-- /TMPL_LOOP -->
     </select>
     </li>
-      <li><label for="overlay_action">Action if matching bibliographic record found </label>
+      <li><label for="overlay_action">Action if matching bibliographic record found: </label>
            <!-- TMPL_INCLUDE NAME="tools-overlay-action.inc" -->
       </li>
-      <li><label for="nomatch_action">Action if no match is found </label>
+      <li><label for="nomatch_action">Action if no match is found: </label>
            <!-- TMPL_INCLUDE NAME="tools-nomatch-action.inc" -->
       </li>
     </ol>
@@ -115,10 +115,9 @@ function CheckForm(f) {
       <li class="radio">
         <input type="radio" id="parse_itemsyes" name="parse_items" value="1" checked="checked" />
         <label for="parse_itemsyes">Yes</label>
-    	  <ul class="inline"><li class="inline">
-    	    <input type="checkbox" id="create_labelbatch" name="create_labelbatch" />
-    	    <label for="create_labelbatch">Create a label batch for this import?</label>
-    	  </li></ul>
+    	     
+    	    <label for="create_labelbatch" style="padding-left: 1em;"><input type="checkbox" id="create_labelbatch" name="create_labelbatch" /> Create a label batch for this import?</label>
+    	  
       </li>
       <li class="radio">
         <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
@@ -126,7 +125,7 @@ function CheckForm(f) {
       </li>
     </ol>
     <ol>
-      <li><label for="item_action">How to process items </label>
+      <li><label for="item_action">How to process items: </label>
            <!-- TMPL_INCLUDE NAME="tools-item-action.inc" -->
       </li>
     </ol>
@@ -139,7 +138,7 @@ function CheckForm(f) {
 
 </div>
 </div>
-<div class="yui-b noprint">
+<div class="yui-b">
 <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
 </div>
 </div>
-- 
1.5.2.1




More information about the Koha-patches mailing list