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

Mason James szrj1m at yahoo.com
Mon Jul 9 05:10:25 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/09 03:10:25

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

Log message:
	added edit/delete layout too

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.11&r2=1.1.2.2.2.12

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.11
retrieving revision 1.1.2.2.2.12
diff -u -b -r1.1.2.2.2.11 -r1.1.2.2.2.12
--- label-home.tmpl	9 Jul 2007 01:55:04 -0000	1.1.2.2.2.11
+++ label-home.tmpl	9 Jul 2007 03:10:24 -0000	1.1.2.2.2.12
@@ -12,28 +12,31 @@
 <table>
 <tr>
         <th>Layout</th>
-        <th>barcode type</th>
-        <th>layout type</th>
-        <th>fieldlist</th>
-        <th>active</th>
+        <th>Barcoed Type</th>
+        <th>Print Type</th>
+        <th>Fields to Print</th>
+        <th>Edit</th>
+        <th>Delete</th>
+        <th>Active</th>
 </tr>
 <!-- TMPL_LOOP NAME="layout_loop" -->
 <tr>
-          <td>
-                <!-- TMPL_VAR NAME="id" -->
-                <!-- TMPL_VAR NAME="layoutname" -->
+          <td>     <!-- TMPL_VAR NAME="id" -->:    <!-- TMPL_VAR NAME="layoutname" -->
         </td>
+       <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
+       <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
 
        <td>
-                <!-- TMPL_VAR NAME="barcodetype" -->
+                <!-- TMPL_VAR NAME="fieldlist" -->
         </td>
 
        <td>
-                <!-- TMPL_VAR NAME="printingtype" -->
+                <a href="/cgi-bin/koha/barcodes/label-edit-template.pl?tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Edit</a>
         </td>
        <td>
-                <!-- TMPL_VAR NAME="fieldlist" -->
-        <td>
+                <a href="/cgi-bin/koha/barcodes/label-templates.pl?op=delete&tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Delete</a>
+        </td>
+<td>
 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->"  
                 <!-- TMPL_IF NAME="active" -->
  checked
@@ -43,7 +46,6 @@
 
         </td>
 
-       </td>
 </tr>
 
 <!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list