Bugzilla – Attachment 132608 Details for
Bug 29990
Show authority heading use in search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29990: (QA follow-up) Change class name and apply to heading, add -x to update
Bug-29990-QA-follow-up-Change-class-name-and-apply.patch (text/plain), 3.60 KB, created by
Nick Clemens (kidclamp)
on 2022-03-30 13:03:46 UTC
(
hide
)
Description:
Bug 29990: (QA follow-up) Change class name and apply to heading, add -x to update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-03-30 13:03:46 UTC
Size:
3.60 KB
patch
obsolete
>From 855a864ebd20ee3d31fdaaa52ff59f5373456b16 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 30 Mar 2022 13:00:56 +0000 >Subject: [PATCH] Bug 29990: (QA follow-up) Change class name and apply to > heading, add -x to update > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../atomicupdate/bug_29990_-_add_ShowHeadingUse_syspref.pl | 0 > .../prog/en/modules/authorities/searchresultlist-auth.tt | 4 ++-- > .../prog/en/modules/authorities/searchresultlist.tt | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_29990_-_add_ShowHeadingUse_syspref.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_29990_-_add_ShowHeadingUse_syspref.pl b/installer/data/mysql/atomicupdate/bug_29990_-_add_ShowHeadingUse_syspref.pl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >index d60a3ce1df..7931ce0345 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >@@ -56,7 +56,7 @@ > <th>Heading type</th> > <th>Used</th> > [% IF Koha.Preference('ShowHeadingUse') %] >- <th>Heading use</th> >+ <th class="heading_use">Heading use</th> > [% END %] > <th>Get it!</th> > <th>Other action</th> >@@ -67,7 +67,7 @@ > <td>[% resul.summary.label | html %]</td> > <td>[% resul.used | html %] times</td> > [% IF Koha.Preference('ShowHeadingUse') %] >- <td class="actions"><ul class="usefor"> >+ <td class="heading_use"><ul class="usefor"> > <li>[% IF resul.main %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Main/Added Entry</li> > <li>[% IF resul.subject %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Subject</li> > <li>[% IF resul.series %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Series Title</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >index 6868f2e80f..f44556a893 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >@@ -62,7 +62,7 @@ > <th>Used in</th> > [% END %] > [% IF Koha.Preference('ShowHeadingUse') %] >- <th>Heading use</th> >+ <th class="heading_use">Heading use</th> > [% END %] > [% IF ( CAN_user_editauthorities ) %] > <th> </th> >@@ -82,7 +82,7 @@ > </td> > [% END %] > [% IF Koha.Preference('ShowHeadingUse') %] >- <td class="actions"><ul class="usefor"> >+ <td class="heading_use"><ul class="usefor"> > <li>[% IF resul.main %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Main/Added Entry</li> > <li>[% IF resul.subject %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Subject</li> > <li>[% IF resul.series %]<i class="fa fa-check"></i>[% ELSE %]<i class="fa fa-times"></i>[% END %] Series Title</li> >-- >2.30.2
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 29990
:
130034
|
130035
|
131583
|
131617
|
132606
|
132607
| 132608 |
133128