From c05c931160b5c462e0117432f2b1937c89d55467 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 3 Jun 2009 17:37:01 -0400 Subject: [PATCH] Bug 2624: Fix for non-persistent check boxes in check-in screen. Found this bug when playing with AutomaticItemReturn. The "Forgive overdue charges" and "Dropbox mode" would lose their value the item was transfered (if automatic transfer was off), caught a hold, or caught a hold at another location. This patch does not completely do away with the problem. If an item is checked-in in simple mode, then one of the forms mentioned above opens, then the user checks one of the selection boxes, the value is not retained. Javasript would have to be added to transfer the value to the confirmation form when the checkbox is clicked. This patch also cleans up a few minor XHTML errors. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- .../prog/en/modules/circ/returns.tmpl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl index 77cbb88c92..a06dc49470 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -117,6 +117,8 @@ function Dopop(link) { " /> " /> " /> + " /> + " /> @@ -149,6 +151,8 @@ function Dopop(link) { " value="" /> " /> + " /> + " /> @@ -167,8 +171,10 @@ function Dopop(link) {
- "> - "> + " /> + " /> + " /> + " /> " value="" /> " value="" /> @@ -239,10 +245,11 @@ function Dopop(link) { " /> " /> " /> + " /> + " />
- @@ -314,7 +321,6 @@ function Dopop(link) {
  • - -- 2.39.5