Bugzilla – Attachment 39639 Details for
Bug 14290
Add a table foot to circulation matrix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14290: Add a table foot to circulation matrix
Bug-14290-Add-a-table-foot-to-circulation-matrix.patch (text/plain), 2.40 KB, created by
Nicolas Legrand
on 2015-05-28 14:35:36 UTC
(
hide
)
Description:
Bug 14290: Add a table foot to circulation matrix
Filename:
MIME Type:
Creator:
Nicolas Legrand
Created:
2015-05-28 14:35:36 UTC
Size:
2.40 KB
patch
obsolete
>From b5dd0642afecfae5c3fb8e8516265107c7bc6e57 Mon Sep 17 00:00:00 2001 >From: Nicolas Legrand <nicolas.legrand@bulac.fr> >Date: Thu, 28 May 2015 16:32:29 +0200 >Subject: [PATCH] Bug 14290: Add a table foot to circulation matrix > >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. >--- > .../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"><strong>Clone these rules to:</strong></label> <input type="hidde > <input type="button" name="cancel" value="Clear" onclick="clear_edit();return false;" /> > </td> > </tr> >+ <tfoot> >+ <tr> >+ <th>Patron category</th> >+ <th>Item type</th> >+ <th>Current checkouts allowed</th> >+ <th>Loan period</th> >+ <th>Unit</th> >+ <th>Hard due date</th> >+ <th>Fine amount</th> >+ <th>Fine charging interval</th> >+ <th>Fine grace period (day)</th> >+ <th>Overdue fines cap (amount)</th> >+ <th>Suspension in days (day)</th> >+ <th>Max. suspension duration (day)</th> >+ <th>Renewals allowed (count)</th> >+ <th>Renewal period</th> >+ <th>No renewal before</th> >+ <th>Automatic renewal</th> >+ <th>Holds allowed (count)</th> >+ <th>On shelf holds allowed</th> >+ <th>Item level holds</th> >+ <th>Rental discount (%)</th> >+ <th colspan="2"> </th> >+ </tr> >+ </tfoot> > </tbody> > </table> > </form> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14290
:
39639
|
39667
|
39716
|
41019
|
41020