From 52fcf509498efff6e55e3de9d7575ad94758def9 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 28 May 2015 16:32:29 +0200 Subject: [PATCH] Bug 14290: Add a table foot to circulation matrix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reprint circulation matrix header in a footer helps editing entries in big matrix. Otherwise, the header disapears and it's hard to tell which columns we're editing. Test plan : try do add, modify or delete some entries in the circulation matrix, everything should work as expected. Patch works as expected. Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1ea3465d30b1b0fcd12a5592ce5a4c34a9a58462) Signed-off-by: Chris Cormack --- .../prog/en/modules/admin/smart-rules.tt | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index a1476777a8..84ffcd895e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -299,6 +299,31 @@ for="tobranch">Clone these rules to: + + + Patron category + Item type + Current checkouts allowed + Loan period + Unit + Hard due date + Fine amount + Fine charging interval + Fine grace period (day) + Overdue fines cap (amount) + Suspension in days (day) + Max. suspension duration (day) + Renewals allowed (count) + Renewal period + No renewal before + Automatic renewal + Holds allowed (count) + On shelf holds allowed + Item level holds + Rental discount (%) +   + + -- 2.39.2