improvement: id on each fieldset of circulation template.
authorplg <plg>
Mon, 3 Apr 2006 09:37:59 +0000 (09:37 +0000)
committerplg <plg>
Mon, 3 Apr 2006 09:37:59 +0000 (09:37 +0000)
commit1783cdba7c4115d2a8dd1a185aef6f8fcc846446
tree20719a58eff5d48e63e23c8a46a384804270ea04
parent4f210d45563750560f8002733feca30d2715cd34
improvement: id on each fieldset of circulation template.

template guideline compliance: on circulation template, selected status of
each option in date options (day/month/year) is managed by a
TMPL_IF/TMPL_ELSE outside the <option>.

bug fixed: on circulation template, today issues could not be renewed with
new reserve/renewscript.pl items list coming from HTTP request.

bug fixed: on return template, included template to close the <head> was
wrong.

bug fixed: on member/moremember template, renew items comply with new
reserve/renewscript.

simplification: deletion of useless input param look-up table in
reserve/renewscript.pl, direct use of CGI method.
koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl
koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl
koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl
reserve/renewscript.pl