From bugzilla-daemon@wilbur.katipo.co.nz Thu May 8 11:23:12 2003 From: bugzilla-daemon@wilbur.katipo.co.nz To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 440] JavaScript function openWindow is not defined Date: Thu, 08 May 2003 18:22:08 +0000 Message-ID: <20030508182208.3646.qmail@wilbur.katipo.co.nz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7314373529348087975==" --===============7314373529348087975== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3D440 ------- Additional Comments From ctho@freeshell.org 2003-05-09 06:22 ------- After fixing bug 438, I tested returning an item on reserve list. There are some links (for item and user detail), which do not work, in the table "Reser= ve Found". In Intranet directory (htdocs/intranet-tmpl/default/en/circ/), the fi= le returns.tmpl has links using JavaScript to open new window (I guess so by function name). Function openWindow() is not defined within returns.tmpl nor linked external file. Here's my suggestion: In returns.tmpl, I append the follwing JavaScript codes below the include hea= der (): Then I replace all links which use JavaScript, eg. replace onClick=3D'openWindow(this,'Member', 480, 640)'> by ','Member')"> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. --===============7314373529348087975==--