Bugzilla – Attachment 120717 Details for
Bug 27876
Accessibility: OPAC - Reduce heading redundancy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27876: took away redundant heading in OPAC full serial issues
Bug-27876-took-away-redundant-heading-in-OPAC-full.patch (text/plain), 1.90 KB, created by
Nick Clemens (kidclamp)
on 2021-05-07 18:54:08 UTC
(
hide
)
Description:
Bug 27876: took away redundant heading in OPAC full serial issues
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-05-07 18:54:08 UTC
Size:
1.90 KB
patch
obsolete
>From 6135d759cd22a829ec019953c8f71d067f37284d Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Fri, 23 Apr 2021 03:18:48 +0000 >Subject: [PATCH] Bug 27876: took away redundant heading in OPAC full serial > issues > >Changed <h2> to <h1> and deleted current <h1> to eliminate redundancy. > >To test: >1) Apply patch >2) Go to OPAC >3) Go to opac-serial-issues.pl >4) Check there is only one main heading and it is <h1> > >Sponsored-by: Catalyst IT > >Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >index 304745af6c..3bc7c9aa4d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >@@ -97,8 +97,7 @@ > <div class="col-10 order-first order-md-first order-lg-2"> > <div id="fullserialissues" class="maincontent"> > [% UNLESS ( popup ) %] >- <h1>Full subscription history</h1> >- <h2>Full subscription history for [% bibliotitle | html %]</h2> >+ <h1>Full subscription history for [% bibliotitle | html %]</h1> > <div id="views"> > <span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Normal view</a></span> > <span class="view"><a id="Briefhistory" href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=[% biblionumber | html %]&selectview=small">Brief history</a></span> >-- >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 27876
:
120148
|
120149
|
120150
|
120151
|
120152
|
120153
|
120199
|
120200
|
120201
|
120716
| 120717 |
120718