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

Mason James szrj1m at yahoo.com
Thu Jul 27 01:52:14 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Mason James <sushi>	06/07/26 23:52:14

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

Log message:
	tmpl now takes sticky 'papertype' from perl script.

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.5&r2=1.1.2.6

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.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- label-home.tmpl	20 Jul 2006 15:31:00 -0000	1.1.2.5
+++ label-home.tmpl	26 Jul 2006 23:52:14 -0000	1.1.2.6
@@ -60,27 +60,24 @@
                 <label for="subclass">Sub-Class</label>
         </td>
 </tr>
-
 </table>
 <p>
 
-
-<h3>
-        Confirm Label Type
-</h3>
-<!-- FIXME: these paper types need to be pulled from a DB table :) -->
-        <select name="papertype">
-                <option value="Gaylord8511">Gaylord-8511</option>
-                <option value="OPUS">OPUS-Dot Matrix</option>
+<h3>Confirm Label Type</h3>
+<select name="papertype">
+                <option value="gaylord-8511"
+                        <!-- TMPL_IF NAME="papertype_gaylord-8511" -->
+                             selected
+                        <!--/TMPL_IF -->
+                >Gaylord-8511</option>
+                <option value="opus-dot-matrix"
+                        <!-- TMPL_IF NAME="papertype_opus-dot-matrix" -->
+                             selected
+                        <!--/TMPL_IF -->
+                 >OPUS Dot-Matrix</option>
         </select>
 
-
-<h3>
-        Confirm Barcode Type
-</h3>
-
-
-
+<h3>Confirm Barcode Type</h3>
  <select name="barcodetype">
                 <option value="COOP2of5"
                         <!-- TMPL_IF NAME="COOP2of5_checked" -->
@@ -140,9 +137,7 @@
 </h3>
 
 
-<h3>
-        Confirm Printing Type
-</h3>
+<h3>Confirm Printing Type</h3>
 
 <input type="radio" name="printingtype" value="spine"
         <!-- TMPL_IF NAME="printingtype_spine" -->





More information about the Koha-cvs mailing list