Removing defunct Dewey field from Label Layout screen.
authorChris Nighswonger <cnighswonger@foundations.edu>
Tue, 26 Feb 2008 19:55:52 +0000 (08:55 +1300)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 27 Feb 2008 15:02:50 +0000 (09:02 -0600)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl

index fbe8894..9068794 100644 (file)
   </tr>
 <tr>
         <td>
-        <select name="tx_dewey" id="tx_dewey">
-                <!-- TMPL_LOOP Name="tx_dewey" -->
-               <!-- TMPL_IF Name="selected" -->                
-                <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
-                    <!-- TMPL_VAR Name="num" -->
-                </option>
-                       <!-- TMPL_ELSE -->      
-                <option value="<!-- TMPL_VAR Name="num" -->">
-                    <!-- TMPL_VAR Name="num" -->
-                </option>
-                       <!-- /TMPL_IF -->       
-            <!-- /TMPL_LOOP -->
-       </select>
-        <label for="tx_dewey">Dewey</label>
-        </td>
-        <td>
-        <select name="tx_barcode" id="tx_barcode">
+        <select name="tx_barcode">
                  <!-- TMPL_LOOP Name="tx_barcode" -->
                <!-- TMPL_IF Name="selected" -->                 
                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
      </select>
         <label for="tx_classif">Classification</label>
         </td>
-</tr> 
- <tr>
         <td>
         <select name="tx_subclass" id="tx_subclass">
                   <!-- TMPL_LOOP Name="tx_subclass" -->
      </select>
         <label for="tx_subclass">Subclass</label>
         </td>
+</tr> 
+ <tr>
             <td>
         <select name="tx_itemcallnumber" id="tx_itemcallnumber">
                  <!-- TMPL_LOOP Name="tx_itemcallnumber" -->
         <label for="tx_itemcallnumber">Call Number</label>
         </td>
                <td>&nbsp;</td>
+               <td>&nbsp;</td>
   </tr>
 </table>
 </fieldset></li>