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

Mason James szrj1m at yahoo.com
Mon Jul 9 20:05:22 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/09 18:05:22

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

Log message:
	small fixes to template saving.

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.1&r2=1.1.2.2

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.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- label-edit-layout.tmpl	9 Jul 2007 06:17:54 -0000	1.1.2.1
+++ label-edit-layout.tmpl	9 Jul 2007 18:05:21 -0000	1.1.2.2
@@ -122,18 +122,35 @@
         <label>Classification</label>
         </td>
 
+
+
+
+
         <td>
         <select name="tx_subclass">
-                   <!-- TMPL_LOOP Name="tx_subclass -->
+                  <!-- TMPL_LOOP Name="tx_subclass" -->
                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
                     <!-- TMPL_VAR Name="num" -->
                 </option>
             <!-- /TMPL_LOOP -->
     </select>
-        <label>Sub-Class</label>
+        <label>Subclass</label>
         </td>
 
 
+
+
+
+
+
+
+
+
+
+
+
+
+
         <td>
         <select name="tx_itemcallnumber">
                  <!-- TMPL_LOOP Name="tx_itemcallnumber" -->
@@ -201,7 +218,8 @@
 <p>
 <p>
         <input type="submit" value="Submit">
-        <input type="hidden" name=op value="save_conf">
+        <input type="hidden" name=op value="save_layout">
+        <input type="hidden" name=layout_id value="<!-- TMPL_VAR NAME="layout_id" -->">
 </p>
 </form>
 </div>





More information about the Koha-cvs mailing list