Bugzilla – Attachment 119501 Details for
Bug 27631
Accessibility: Staff interface - `h1` on each page is Logo but should be page description/title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27631: catalogue and tags folders
Bug-27631-catalogue-and-tags-folders.patch (text/plain), 7.04 KB, created by
Wainui Witika-Park
on 2021-04-13 05:54:48 UTC
(
hide
)
Description:
Bug 27631: catalogue and tags folders
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-13 05:54:48 UTC
Size:
7.04 KB
patch
obsolete
>From 078c6d5ba498f077e770166d2e10e1c93e57c193 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 7 Apr 2021 01:23:49 +0000 >Subject: [PATCH] Bug 27631: catalogue and tags folders > >Changed each of the pages in the catalogue and tags folders to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo. > >The hierarchy of heading tags may be broken in many pages, but this will >be dealt with in an additional bug. > >To test: >1) Go to the Staff Client >2) Apply patch >3) Go to each of the pages in the catalogue and tags folders and check that they have an obvious and descriptive heading >4) Ensure that the heading in the page is <h1> > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt | 8 ++++++++ > .../intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++++++ > .../intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt | 2 +- > .../prog/en/modules/catalogue/labeledMARCdetail.tt | 10 ++++++++-- > .../intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 ++ > 8 files changed, 32 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt >index 069207538e..5ed6a1f4d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt >@@ -30,6 +30,14 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1> >+ [% IF ( unknownbiblionumber ) %] >+ Unknown record >+ [% ELSE %] >+ ISBD details for [% INCLUDE 'biblio-title-head.inc' %] >+ [% END %] >+ </h1> >+ > [% IF ( unknownbiblionumber ) %] > <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >index f9f73f32bf..7923698a20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >@@ -32,6 +32,7 @@ > <main> > > [% IF ( unknownbiblionumber ) %] >+ <h1>Unknown record</h1> > <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> > [% ELSE %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 55f13b75d8..506c2acc2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -61,6 +61,14 @@ > <main> > <div class="row"> > >+ <h1> >+ [% IF ( unknownbiblionumber ) %] >+ Unknown record >+ [% ELSE %] >+ Details for [% INCLUDE 'biblio-title-head.inc' %] >+ [% END %] >+ </h1> >+ > [% IF ( unknownbiblionumber ) %] > <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt >index 47f63a41cb..b0faa55791 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt >@@ -36,7 +36,7 @@ > > [% INCLUDE 'cat-toolbar.inc' %] > >-<h3>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h3> >+<h1>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h1> > <h4>[% biblio.author | html %]</h4> > > [% IF ( LocalCoverImages == 1 ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >index f951304dea..199779e927 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >@@ -34,14 +34,20 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1> >+ [% IF ( unknownbiblionumber ) %] >+ Unknown record >+ [% ELSE %] >+ Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] ) >+ [% END %] >+ </h1> >+ > [% IF ( unknownbiblionumber ) %] > <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> > [% ELSE %] > > [% INCLUDE 'cat-toolbar.inc' %] > >- [% UNLESS ( popup ) %] >- <h1>Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] )</h1> > [% END %] > <p><strong>With framework: > <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 9c7a1357b8..9566eeba3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -22,6 +22,8 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1>Item details for [% INCLUDE 'biblio-title-head.inc' %]</h1> >+ > [% INCLUDE 'cat-toolbar.inc' %] > > <div id="catalogue_detail_biblio"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index d135b88c5d..fd4f8a9474 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -43,6 +43,8 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1>Search results</h1> >+ > [% IF ( outer_sup_results_loop ) %] > <div class="row"> > <div class="col-sm-8"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >index 0e20e78271..c83a254c95 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >@@ -20,6 +20,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <div class="col-sm-10 col-sm-push-2"> > <main> > >+ <h1>Results for tag <em>[% tag | html %]</em></h1> >+ > [% IF ( titles ) %] > <h3>Titles tagged with the term <em>[% tag | html %]</em></h3> > <table id="itemst"> >-- >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 27631
:
116352
|
119492
|
119493
|
119496
|
119497
|
119498
|
119500
|
119501
|
119502
|
119544
|
119545
|
119546
|
119547
|
119830
|
119831
|
119832
|
119834
|
119835
|
119836
|
119837
|
119838
|
119839
|
119840
|
119841
|
119842
|
119843
|
120158
|
120159
|
120160
|
120161
|
120162
|
120166
|
120190
|
120191
|
121356
|
121469
|
121470
|
121522
|
121559
|
125547
|
125548
|
125549
|
125550
|
125551
|
125552
|
125553
|
125554
|
125555
|
125556
|
125557
|
125558
|
125559
|
125560
|
125561
|
125562
|
125563
|
125564
|
127295
|
127296
|
127297
|
127298
|
127299
|
127300
|
127301
|
127302
|
127303
|
127304
|
127305
|
127306
|
127307
|
127308
|
127309
|
127310
|
127311
|
127312
|
127432
|
127433
|
127449
|
127456
|
131069
|
131070
|
131071
|
131072
|
131073
|
131074
|
131075
|
131076
|
131077
|
131078
|
131079
|
131080
|
131081
|
131082
|
131083
|
131084
|
131085
|
131086
|
131087
|
131192
|
132886
|
132887
|
132888
|
132889
|
132890
|
132891
|
132892
|
132893
|
132894
|
132895
|
132896
|
132897
|
132898
|
132899
|
132900
|
132901
|
132902
|
132903
|
132904
|
132905