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: Tue, 10 Jul 2007 02:58:34 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/10 02:58:34

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

Log message:
        adding radio buttons

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

Patches:
Index: label-templates.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-templates.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- label-templates.tmpl        9 Jul 2007 18:06:34 -0000       1.1.2.4
+++ label-templates.tmpl        10 Jul 2007 02:58:33 -0000      1.1.2.5
@@ -3,6 +3,8 @@
 <!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
 <div id="main">
+
+<form name="input" action="/cgi-bin/koha/barcodes/label-templates.pl" 
method="get">
 <h1>Current Templates</h1>
 
 <!-- TMPL_IF NAME="resultsloop" -->
@@ -24,19 +26,29 @@
                 <!-- TMPL_VAR NAME="tmpl_desc" -->
         </td>
                <td>
-                               <a 
href="/cgi-bin/koha/barcodes/label-edit-template.pl?tmpl_code=<!-- TMPL_VAR 
NAME="tmpl_code" -->">Edit</a>
+                               <a 
href="/cgi-bin/koha/barcodes/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR 
NAME="tmpl_id" -->">Edit</a>
         </td>
                <td>
-                               <a 
href="/cgi-bin/koha/barcodes/label-templates.pl?op=delete&tmpl_code=<!-- 
TMPL_VAR NAME="tmpl_code" -->">Delete</a>
+                               <a 
href="/cgi-bin/koha/barcodes/label-templates.pl?op=delete&tmpl_id=<!-- TMPL_VAR 
NAME="tmpl_id" -->">Delete</a>
         </td>
                  <td>
-                               <!-- TMPL_IF NAME="active" -->Active<!-- 
/TMPL_IF -->
+<input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->"  
+                <!-- TMPL_IF NAME="active" -->
+ checked
+                <!-- /TMPL_IF -->
+ >
+
         </td>
 </tr>
 <!-- /TMPL_LOOP -->
 </table>
 <!-- /TMPL_IF -->
 
+
+ <input type="submit" value="Set Active Template">
+        <input type="hidden" name=op value="set_active_template">
+
+
 <p><br/>
 <a href="/cgi-bin/koha/barcodes/label-create-template.pl?op=blank">Create New 
Label Template</a>
 </form>




reply via email to

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