From a81e53df40aefbfdfed4210688cb5771a0780bc2 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 --- .../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 87f8895be4..f445b601bd 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) { " /> " /> " /> + " /> + " /> @@ -151,6 +153,8 @@ function Dopop(link) { " value="" /> " /> + " /> + " /> @@ -169,8 +173,10 @@ function Dopop(link) {
- "> - "> + " /> + " /> + " /> + " /> " value="" /> " value="" /> @@ -243,10 +249,11 @@ function Dopop(link) { " /> " /> " /> + " /> + " />
- @@ -318,7 +325,6 @@ function Dopop(link) {
  • - -- 2.20.1