Fix for Bug 6534 - Duplicate opac renew buttons at the top of the checkouts list
authorOwen Leonard <oleonard@myacpl.org>
Thu, 7 Jul 2011 16:46:58 +0000 (12:46 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 7 Aug 2011 10:55:12 +0000 (22:55 +1200)
commit7093f075a77b0c33545466301fc58ad02808ae1b
tree64bbfea3195e869a38f3409bccc0adb135f71f66
parent240edb6c0da80d3d932442ccd96f9f98e31260c3
Fix for Bug 6534 - Duplicate opac renew buttons at the top of the checkouts list

This patch uses JS to add two links to the top of the checkouts
table: renew selected and renew all. Clicking each one submits
the respective form.

Also added is a small validation routine to warn the user if
they try to "renew selected" without having checked any boxes.

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt
koha-tmpl/opac-tmpl/prog/images/check.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/checks.png [new file with mode: 0644]
opac/opac-user.pl