From 832df434f7a4d0338e412a8812a4ab8eebf0a9c4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 24 Feb 2009 13:03:31 -0600 Subject: [PATCH] Possible fix for Bug 2981: Styling multi-select as links to match behavior Content-Type: text/plain; charset="utf-8" The new javascript-redirect on patron search results on the circulation page is unexpected behavior based on the user's expectations of a multi-select form field. Changing the style to that of links would give the user a more accurate idea of what their action (a click) will initiate (a page change). --- .../prog/en/modules/circ/circulation.tmpl | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 681092f..4f54b61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -219,8 +219,17 @@ No patron matched + + -
Patron selection -- 1.5.5.GIT