From bugzilla-daemon@wilbur.katipo.co.nz Thu Jul 17 11:52:37 2003 From: bugzilla-daemon@wilbur.katipo.co.nz To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 542] New: Move HTML out of itemtypes.pl Date: Thu, 17 Jul 2003 18:51:27 +0000 Message-ID: <20030717185127.27223.qmail@wilbur.katipo.co.nz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3038402888026705348==" --===============3038402888026705348== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3D542 Summary: Move HTML out of itemtypes.pl Product: Koha Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Parameters AssignedTo: tonnesen@cmsd.bc.ca ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net If we change line 197 of itemtypes.pl from $template->param(previous =3D> "'); to $template->param(previous =3D> "$script_name?offset=3D".$prevpage); ...and line 201 from $template->param(next =3D> "'); to $template->param(next =3D> "$script_name?offset=3D".$nextpage); We can alter itemtypes.tmpl, changing line 156 from //images/1leftarrow.png" title=3D"previous" ALT=3D"previous" BORDER=3D0> to ">/= /images/1leftarrow.png" title=3D"previous" ALT=3D"previous" BORDER=3D0> and line 157 from //images/1righta= rrow.png" title=3D"next" ALT=3D"next" BORDER=3D0> to "= >//images/1rightarrow.png" title=3D"next" ALT=3D"next" BORDER=3D0> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. --===============3038402888026705348==--