Bugzilla – Attachment 65341 Details for
Bug 18857
Have "actions" at both ends of the circulation rules table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18857 (QA Followup) Add title to lower 'Action' header
Bug-18857-QA-Followup-Add-title-to-lower-Action-he.patch (text/plain), 1.49 KB, created by
Nick Clemens (kidclamp)
on 2017-07-31 12:54:44 UTC
(
hide
)
Description:
Bug 18857 (QA Followup) Add title to lower 'Action' header
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-07-31 12:54:44 UTC
Size:
1.49 KB
patch
obsolete
>From 8a155b97909eac44a9331b2388d75e7799a5622d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 31 Jul 2017 12:53:39 +0000 >Subject: [PATCH] Bug 18857 (QA Followup) Add title to lower 'Action' header > >These were showing as blank, for consistency seems like we should label >as 'Actions' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 484aba0..51769a1 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 >@@ -407,7 +407,7 @@ $(document).ready(function() { > <tr> > <th>Patron category</th> > <th>Item type</th> >- <th> </th> >+ <th>Actions</th> > <th>Current checkouts allowed</th> > <th>Current on-site checkouts allowed</th> > <th>Loan period</th> >@@ -433,7 +433,7 @@ $(document).ready(function() { > <th>Item level holds</th> > <th>Article requests</th> > <th>Rental discount (%)</th> >- <th> </th> >+ <th>Actions</th> > </tr> > </tfoot> > </tbody> >-- >2.1.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 18857
:
64663
|
64700
|
65340
|
65341