Bugzilla – Attachment 142029 Details for
Bug 31162
Add a clear cataloguing module home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31162: (QA follow-up) Use new WRAPPPERs and fix help link
Bug-31162-QA-follow-up-Use-new-WRAPPPERs-and-fix-h.patch (text/plain), 2.75 KB, created by
Katrin Fischer
on 2022-10-17 20:20:37 UTC
(
hide
)
Description:
Bug 31162: (QA follow-up) Use new WRAPPPERs and fix help link
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-17 20:20:37 UTC
Size:
2.75 KB
patch
obsolete
>From f5f3afad97158d23131076e8e2ff4d2031a5ee77 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 17 Oct 2022 20:18:16 +0000 >Subject: [PATCH] Bug 31162: (QA follow-up) Use new WRAPPPERs and fix help link > >This migrates the start page to the new page structure using >WRAPPERs instead of includes. One visible problem before >was the missing help link. > >Also makes sure the help link leads to the correct page :) > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Manual.pm | 1 + > .../en/modules/cataloguing/cataloging-home.tt | 29 ++++++++++--------- > 2 files changed, 17 insertions(+), 13 deletions(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index 1382ebcc16..bb052f1a2f 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -126,6 +126,7 @@ our $mapping = { > 'cataloguing/addbiblio' => '/cataloging.html#bibliographic-records', > 'cataloguing/addbooks' => '/cataloging.html', > 'cataloguing/additem' => '/cataloging.html#item-records', >+ 'cataloguing/cataloging-home.pl' => '/cataloging.html', > 'cataloguing/linkitem' => '/cataloging.html#adding-analytic-records', > 'cataloguing/merge' => '/cataloging.html#merging-records', > 'cataloguing/moveitem' => '/cataloging.html#moving-items', >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >index a6abbfe2cf..70c1a82214 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >@@ -8,19 +8,22 @@ > </head> > > <body id="cat_cataloging-home" class="cat"> >- [% INCLUDE 'header.inc' %] >- [% INCLUDE 'cataloging-search.inc' %] >- >- <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> >- <ol> >- <li> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- </li> >- <li> >- <a href="#" aria-current="page">Cataloging</a> >- </li> >- </ol> >- </nav> >+ [% WRAPPER 'header.inc' %] >+ [% INCLUDE 'cataloging-search.inc' %] >+ [% END %] >+ >+ [% WRAPPER 'sub-header.inc' %] >+ <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> >+ <ol> >+ <li> >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> >+ </li> >+ <li> >+ <a href="#" aria-current="page">Cataloging</a> >+ </li> >+ </ol> >+ </nav> >+ [% END %] > > <div class="main container-fluid"> > <div class="row"> >-- >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 31162
:
137747
|
137754
|
137758
|
138141
|
138167
|
138687
|
138694
|
138797
|
138798
|
138799
|
139593
|
139594
|
139595
|
139596
|
139597
|
139598
|
139650
|
139651
|
139652
|
139654
|
139900
|
139901
|
139902
|
139903
|
139904
|
139905
|
139906
|
139907
|
140578
|
140579
|
140580
|
140581
|
140582
|
140583
|
140584
|
140585
|
140586
|
141246
|
141247
|
141248
|
141249
|
141250
|
141251
|
141252
|
141253
|
141254
|
141880
|
141881
|
141882
|
141883
|
141884
|
141885
|
141886
|
141887
|
141888
|
141889
|
141890
|
141891
|
141975
|
141976
|
141977
|
142028
| 142029 |
142663
|
142664