[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/maint c... [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:34:20 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:34:20

Modified files:
	koha-tmpl/intranet-tmpl/default/en/maint: catmaintain.tmpl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(Fixes bug 994 - messenger() changed to openWindow)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/maint/catmaintain.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.3&r2=1.3.8.1

Patches:
Index: catmaintain.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/maint/Attic/catmaintain.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -u -b -r1.3 -r1.3.8.1
--- catmaintain.tmpl	19 Jul 2004 20:13:59 -0000	1.3
+++ catmaintain.tmpl	12 Feb 2007 10:34:20 -0000	1.3.8.1
@@ -3,7 +3,7 @@
 
 <!-- TMPL_IF NAME=allsub-p -->
 <!-- TMPL_LOOP NAME="loop" -->
-"<a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&amp;sub=<!-- TMPL_VAR NAME="sub" escape=url -->" onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&amp;sub=<!-- TMPL_VAR NAME=sub2 escape=url -->');window1.focus()"><!-- TMPL_VAR NAME="subject" escape=html -->"</a><br>
+"<a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&amp;sub=<!-- TMPL_VAR NAME="sub" escape=url -->" onclick="openWindow('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&amp;sub=<!-- TMPL_VAR NAME=sub2 escape=url -->');window1.focus()"><!-- TMPL_VAR NAME="subject" escape=html -->"</a><br>
 <!-- /TMPL_LOOP -->
 <!-- /TMPL_IF -->
 





More information about the Koha-cvs mailing list