[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes la... [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Jul 20 16:54:44 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/20 14:54:44

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/barcodes: label-home.tmpl 

Log message:
	adding itemcallnumber and subclass support

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-home.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: label-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-home.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- label-home.tmpl	19 Jul 2006 01:41:09 -0000	1.1.2.3
+++ label-home.tmpl	20 Jul 2006 14:54:43 -0000	1.1.2.4
@@ -44,6 +44,23 @@
                 <label for="classif">Classification</label>
         </td>
 </tr>
+<tr>
+        <td>
+                <input type="checkbox" name="itemcallnumber" value=1 
+                <!-- TMPL_IF NAME="itemcallnumber" -->
+                     checked
+                <!-- /TMPL_IF -->
+                <label for="itemcallnumber">Item Call Number</label>
+        </td>
+        <td>
+                <input type="checkbox" name="subclass" value=1  
+                <!-- TMPL_IF NAME="subclass" -->
+                     checked
+                <!-- /TMPL_IF -->
+                <label for="subclass">Sub-Class</label>
+        </td>
+</tr>
+
 </table>
 <p>
 





More information about the Koha-cvs mailing list