Bugzilla – Attachment 67425 Details for
Bug 19371
Change template table column text from 'Delete?' to 'Cancel?' on the patron circulation page holds tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug: 19371: Changed table column text to 'Cancel?' on the patron circulation page
Bug-19371-Changed-table-column-text-to-Cancel-on-t.patch (text/plain), 1.58 KB, created by
Marc Véron
on 2017-09-28 06:41:35 UTC
(
hide
)
Description:
Bug: 19371: Changed table column text to 'Cancel?' on the patron circulation page
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-09-28 06:41:35 UTC
Size:
1.58 KB
patch
obsolete
>From 0fe3ee4bf7c95a7f8c5991c7a338e864e8368887 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 27 Sep 2017 07:20:34 +0000 >Subject: [PATCH] Bug: 19371: Changed table column text to 'Cancel?' on the > patron circulation page >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >1. Place a hold on an item > >2. Search for the patron who the hold is associated with > >3. View the Hold(s) tab of the Checkouts page and notice there is a >column with the text 'Delete?' and a button below the table with the >text 'Cancel marked holds' > >4. Apply patch > >5. Notice that the column text described in step 3 now has the text >'Cancel?' and the button text is the same as it was in step 3 > >Sponsored-By: Catalyst IT > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index ffe414b..cf370b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1012,7 +1012,7 @@ No patron matched <span class="ex">[% message | html %]</span> > <th>Pickup at</th> > <th>Expiration</th> > <th>Priority</th> >- <th>Delete?</th> >+ <th>Cancel?</th> > <th>Suspend?</th> > </tr> > </thead> >-- >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 19371
:
67391
|
67425
|
67755