Bugzilla – Attachment 115930 Details for
Bug 27005
Adding a filter in the datatable of opac-readingrecord page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27005: (follow-up) Exclude links column from sort and export
Bug-27005-follow-up-Exclude-links-column-from-sort.patch (text/plain), 1.45 KB, created by
David Nind
on 2021-01-28 10:49:24 UTC
(
hide
)
Description:
Bug 27005: (follow-up) Exclude links column from sort and export
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-01-28 10:49:24 UTC
Size:
1.45 KB
patch
obsolete
>From 8ace00dfeb1b5f15971eb74627fcaab10eb64df6 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 27 Jan 2021 12:13:07 +0000 >Subject: [PATCH] Bug 27005: (follow-up) Exclude links column from sort and > export > >I'm adding this as an additional follow-up in case anyone disagrees that >the "Links" column (defined in the OPACMySummaryHTML preference) should >be excluded from print and export. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 668e8680b9..4da626c48d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -93,7 +93,7 @@ > <th>Call no.</th> > <th class="title-string">Date</th> > [% IF ( OPACMySummaryHTML ) %] >- <th>Links</th> >+ <th class="NoSort noExport">Links</th> > [% END %] > </tr> > </thead> >-- >2.11.0
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 27005
:
113570
|
115683
|
115737
|
115877
|
115878
|
115928
|
115929
|
115930
|
116020
|
116199
|
116200
|
116201
|
116202