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

Mason James szrj1m at yahoo.com
Tue Aug 28 13:56:02 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/08/28 11:56:02

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

Log message:
	adding ccode

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-edit-layout.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: label-edit-layout.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-edit-layout.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- label-edit-layout.tmpl	20 Jul 2007 04:41:54 -0000	1.1.2.5
+++ label-edit-layout.tmpl	28 Aug 2007 11:56:02 -0000	1.1.2.6
@@ -161,6 +161,18 @@
         <label>Call Number</label>
         </td>
 
+          <td>
+        <select name="tx_ccode">
+                 <!-- TMPL_LOOP Name="tx_ccode" -->
+                <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
+                    <!-- TMPL_VAR Name="num" -->
+                </option>
+            <!-- /TMPL_LOOP -->
+      </select>
+        <label>Collection Code</label>
+        </td>
+
+
 
   </tr>
 





More information about the Koha-cvs mailing list