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

Mason James szrj1m at yahoo.com
Sat Oct 20 18:59:03 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/10/20 16:59:03

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

Log message:
	added text justify drop-box

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.6&r2=1.1.2.7

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.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- label-edit-layout.tmpl	28 Aug 2007 11:56:02 -0000	1.1.2.6
+++ label-edit-layout.tmpl	20 Oct 2007 16:59:03 -0000	1.1.2.7
@@ -159,6 +159,12 @@
             <!-- /TMPL_LOOP -->
       </select>
         <label>Call Number</label>
+
+        <br>Split callnumber vertically
+            <input type="checkbox" name="callnum_split" value=1 
+                <!-- TMPL_IF NAME="callnum_split"-->
+                     checked
+                <!-- /TMPL_IF -->  ></h3>
         </td>
 
           <td>
@@ -203,6 +209,15 @@
     <!-- /TMPL_LOOP -->
 </select>
 
+<h3>Label text alignment</h3>
+<select name="text_justify">
+    <!-- TMPL_LOOP NAME="text_justify" -->
+        <option value="<!-- TMPL_VAR NAME="code" -->"
+            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
+        ><!-- TMPL_VAR NAME="desc" --></option>
+    <!-- /TMPL_LOOP -->
+</select>
+
 
 
 





More information about the Koha-cvs mailing list