[Koha-devel] circulation broken in pre5

robweir at alum.drexel.edu robweir at alum.drexel.edu
Wed Oct 29 06:30:21 CET 2003


Hi Chris
Thanks for the fast response. Line 82 in the english circulation.tmpl has
the same typo and needs the same correction. Once I fix both lines 100 and
82, the page displays correctly. The french circulation.tmpl gives me the
same error, but I could not find a similar typo. Maybe you could check that.

Now that the page displays correctly, I notice that if I enter a partial
last name rather than a card number, and get multiple hits, that a name
selection box comes, but that the following browser error is generated in
the process:

Line: 14
Char: 1
Error: Can't move focus to the control because it is invisible, not enabled,
or of a type that does not accept the focus.
Code:0
URL: http//intranet/cgi-bin/koha/circ/circulation.pl

This last error is not as serious. If you just want me to put it in the bug
tracker, I can.

Thanks again,
Rob

----- Original Message ----- 
From: "Chris Cormack" <chris at katipo.co.nz>
To: <robweir at alum.drexel.edu>
Cc: <koha-devel at lists.sourceforge.net>
Sent: Wednesday, October 29, 2003 1:33 AM
Subject: Re: [Koha-devel] circulation broken in pre5


> Hi Rob
>
> You'll be pleased to know ive fixed this and commited the fix to cvs.
> Someone reported it in the irc channel this morning (nz time)
>
> Sorry it was a typo by me that slipped through.
> Around line 100 of the template
> <input type=hidden name="<TMPL_VAR="name">" value="<TMPL_VAR
NAME="value">">
>
> should be
> <input type=hidden name="<TMPL_VAR NAME="name">" value="<TMPL_VAR
NAME="value">">
>
> If you want to make the fix manually. Or you can check the template out of
cvs
>
> Chris
>
> -- 
> Chris Cormack
Programmer
> 027 4500 789                                       Katipo Communications
Ltd
> chris at katipo.co.nz
www.katipo.co.nz
>





More information about the Koha-devel mailing list