Bugzilla – Attachment 144209 Details for
Bug 32322
Column settings menu should not include "select all |none" in label text for Check In column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32322 : Removal of "Select all|None"
Bug-32322--Removal-of-Select-allNone.patch (text/plain), 1.79 KB, created by
Jacob O'Mara
on 2022-11-23 16:32:10 UTC
(
hide
)
Description:
Bug 32322 : Removal of "Select all|None"
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2022-11-23 16:32:10 UTC
Size:
1.79 KB
patch
obsolete
>From aef2e7ee4409a8a0b139480d75aa1e30cdf7c765 Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacobomara901@gmail.com> >Date: Wed, 23 Nov 2022 16:22:52 +0000 >Subject: [PATCH] Bug 32322 : Removal of "Select all|None" > >Removed "Select all|None" from check in column of circ > checkouts and circ > details pages > >Test Plan: > >Navigate to Circulation > checkouts > *user* >Ensure *user* has book checked out >Observe that under both the Check Out and Details tabs on the left, the table has a column labelled "Check in select all | none." >Apply Patch >Observe that the above column on both tabs now reads "Check in" >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 93df6e4730..f59e0395a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -31,7 +31,7 @@ > <th scope="col">Fine</th> > <th scope="col">Price</th> > <th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllRenewals">select all</a> | <a href="#" id="UncheckAllRenewals">none</a></p></th> >- <th scope="col">Check in <p class="column-tool"><a href="#" id="CheckAllCheckins">select all</a> | <a href="#" id="UncheckAllCheckins">none</a></p></th> >+ <th scope="col">Check in</th> > <th scope="col">Return claims</th> > <th scope="col">Export <p class="column-tool"><a href="#" id="CheckAllExports">select all</a> | <a href="#" id="UncheckAllExports">none</a></p></th> > </tr> >-- >2.34.1
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 32322
: 144209