Remove vestigial checkbox for label-batch creation on MARC import
authorRyan Higgins <rch@liblime.com>
Thu, 5 Jun 2008 17:16:08 +0000 (12:16 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 6 Jun 2008 03:47:35 +0000 (22:47 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl

index 60c27ff..407818d 100644 (file)
@@ -115,9 +115,6 @@ 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>
-            
-           <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" />