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/prog/en/serials se...


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se...
Date: Fri, 18 May 2007 12:00:17 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Changes by:     Henri-Damien LAURENT <hdl>      07/05/18 12:00:17

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/serials: serials-collection.tmpl 

Log message:
        Adding redirection to serials-collection.pl if no serials selected for 
edition.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: serials-collection.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-collection.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- serials-collection.tmpl     18 May 2007 09:27:40 -0000      1.4
+++ serials-collection.tmpl     18 May 2007 12:00:17 -0000      1.5
@@ -233,15 +233,15 @@
                   <input type="checkbox" name="serialid" value="<!--TMPL_VAR 
Name="serialid"-->" disabled />
                   <!--TMPL_ELSE-->
                     <!--TMPL_IF Name="status1"-->
-                    <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->" 
onclick="javascript:addsubscriptionid();"/>
+                    <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->"/>
                     <!--TMPL_ELSE -->
                     <!--TMPL_IF Name="status3"-->
-                    <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->" 
onclick="javascript:addsubscriptionid();"/>
+                    <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->" />
                     <!--TMPL_ELSE -->
                       <!--TMPL_IF Name="status4"-->
-                      <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->" 
onclick="javascript:addsubscriptionid();"/>
+                      <input type="checkbox" name="serialid" checked 
value="<!--TMPL_VAR Name="serialid"-->" />
                       <!--TMPL_ELSE -->
-                      <input type="checkbox" name="serialid" 
value="<!--TMPL_VAR Name="serialid"-->" 
onclick="javascript:addsubscriptionid();"/>
+                      <input type="checkbox" name="serialid" 
value="<!--TMPL_VAR Name="serialid"-->" />
                       <!--/TMPL_IF-->           
                     <!--/TMPL_IF-->           
                     <!--/TMPL_IF-->           




reply via email to

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