koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mason James
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes la... [dev_week]
Date: Fri, 06 Jul 2007 13:14:12 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/06 13:14:12

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

Log message:
        typo

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

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.2.2.8
retrieving revision 1.1.2.2.2.9
diff -u -b -r1.1.2.2.2.8 -r1.1.2.2.2.9
--- label-home.tmpl     3 Jul 2007 09:44:04 -0000       1.1.2.2.2.8
+++ label-home.tmpl     6 Jul 2007 13:14:12 -0000       1.1.2.2.2.9
@@ -60,6 +60,30 @@
                 <label for="subclass">Sub-Class</label>
         </td>
 </tr>
+<tr>
+        <td>
+                <input type="checkbox" name="issn" value=1 
+                <!-- TMPL_IF NAME="issn" -->
+                     checked
+                <!-- /TMPL_IF -->>
+                <label for="itemcallnumber">ISSN Number</label>
+        </td>
+     <td>
+                <input type="checkbox" name="author" value=1  
+                <!-- TMPL_IF NAME="author" -->
+                     checked
+                <!-- /TMPL_IF -->>
+                <label for="author">Author</label>
+        </td>
+
+  </tr>
+
+
+
+
+
+
+
 </table>
 <p>
 
@@ -86,8 +110,8 @@
 
 
 <h3>Confirm Layout Type</h3>
-<select name="layouts">
-    <!-- TMPL_LOOP NAME="layouts" -->
+<select name="printingtype">
+    <!-- TMPL_LOOP NAME="printingtype" -->
         <option value="<!-- TMPL_VAR NAME="code" -->"
             <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
         ><!-- TMPL_VAR NAME="desc" --></option>
@@ -96,7 +120,7 @@
 
 
 <h3>Confirm Batch List</h3>
-<select name="batches">
+<select name="batch_id">
     <!-- TMPL_LOOP NAME="batches" -->
         <option value="<!-- TMPL_VAR NAME="batch_id" -->"
             <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]