From a45ee26be04231a222c6cc64ff890ffc37e50627 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park 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

tag showing that describes the page, rather than the

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

Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- .../prog/en/modules/catalogue/ISBDdetail.tt | 8 ++++++++ .../prog/en/modules/catalogue/MARCdetail.tt | 1 + .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++++++ .../prog/en/modules/catalogue/imageviewer.tt | 2 +- .../prog/en/modules/catalogue/labeledMARCdetail.tt | 10 ++++++++-- .../prog/en/modules/catalogue/moredetail.tt | 2 ++ .../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 258879e691..00e019de88 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt @@ -50,6 +50,14 @@
+

+ [% IF ( unknownbiblionumber ) %] + Unknown record + [% ELSE %] + ISBD details for [% INCLUDE 'biblio-title-head.inc' %] + [% END %] +

+ [% IF ( unknownbiblionumber ) %]
The record you requested does not exist ([% biblionumber | html %]).
[% 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 e2068693b1..673c5cae5f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -52,6 +52,7 @@
[% IF ( unknownbiblionumber ) %] +

Unknown record

The record you requested does not exist ([% biblionumber | html %]).
[% 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 684a082ffa..90b0e447a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -83,6 +83,14 @@
+

+ [% IF ( unknownbiblionumber ) %] + Unknown record + [% ELSE %] + Details for [% INCLUDE 'biblio-title-head.inc' %] + [% END %] +

+ [% IF ( unknownbiblionumber ) %]
The record you requested does not exist ([% biblionumber | html %]).
[% 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 5e76e1e3e3..63cbeea4c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt @@ -53,7 +53,7 @@ [% INCLUDE 'cat-toolbar.inc' %] -

Images for [% INCLUDE 'biblio-title.inc' %]

+

Images for [% INCLUDE 'biblio-title.inc' %]

[% biblio.author | html %]

[% 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 2887a8c75d..4c1d4931e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt @@ -44,14 +44,20 @@
+

+ [% IF ( unknownbiblionumber ) %] + Unknown record + [% ELSE %] + Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] ) + [% END %] +

+ [% IF ( unknownbiblionumber ) %]
The record you requested does not exist ([% biblionumber | html %]).
[% ELSE %] [% INCLUDE 'cat-toolbar.inc' %] - [% UNLESS ( popup ) %] -

Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] )

[% END %]

With framework: