[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/maint c... [rel_2_2]
From: |
Waylon Robertson |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/maint c... [rel_2_2] |
Date: |
Sun, 28 Jan 2007 09:00:37 +0000 |
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&sub=<!-- TMPL_VAR
NAME="sub" escape=url -->"
onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&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&sub=<!-- TMPL_VAR
NAME="sub" escape=url -->"
onclick="openWindow('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&sub=<!--
TMPL_VAR NAME=sub2 escape=url -->');window1.focus()"><!-- TMPL_VAR
NAME="subject" escape=html -->"</a><br>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/maint c... [rel_2_2],
Waylon Robertson <=