Bugzilla – Attachment 39667 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]
[Signed-off] Bug 14290: Add a table foot to circulation matrix
Signed-off-Bug-14290-Add-a-table-foot-to-circulati.patch (text/plain), 2.57 KB, created by
Marc Véron
on 2015-05-29 10:06:50 UTC
(
hide
)
Description:
[Signed-off] Bug 14290: Add a table foot to circulation matrix
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-05-29 10:06:50 UTC
Size:
2.57 KB
patch
obsolete
>From 78dee63ebe6346c7cf5cb2e2b79d2fe4fd8dcaa0 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] [Signed-off] 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 <veron@veron.ch> >--- > .../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