[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/maint c... [rel_2_2]

Waylon Robertson wrobertson1981 at yahoo.co.nz
Sun Jan 28 10:00:37 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Waylon Robertson <genji>	07/01/28 09:00:37

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

Log message:
	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=rel_2_2&r1=1.3&r2=1.3.2.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.2.1
diff -u -b -r1.3 -r1.3.2.1
--- catmaintain.tmpl	19 Jul 2004 20:13:59 -0000	1.3
+++ catmaintain.tmpl	28 Jan 2007 09:00:36 -0000	1.3.2.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