From 9b9ba9432393438597a5fcc7a61da97432659368 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 28 May 2015 16:32:29 +0200 Subject: [PATCH] [PASSED QA] Bug 14290: Add a table foot to circulation matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- .../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 a147677..84ffcd8 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 (%) +   + + -- 1.9.1