Bugzilla – Attachment 141997 Details for
Bug 31556
Correct breadcrumb for Cataloging module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31556: Update breadcrumb for Report
Bug-31556-Update-breadcrumb-for-Report.patch (text/plain), 1.18 KB, created by
Martin Renvoize (ashimema)
on 2022-10-17 15:31:31 UTC
(
hide
)
Description:
Bug 31556: Update breadcrumb for Report
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-17 15:31:31 UTC
Size:
1.18 KB
patch
obsolete
>From d4d0dc341b8b2282f10907dbe60d6fdd81a76e1b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 17 Oct 2022 16:29:55 +0100 >Subject: [PATCH] Bug 31556: Update breadcrumb for Report > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 98e0d85589..2566e6d35d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -5,7 +5,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Inventory › Tools › Koha</title> >+<title>Inventory › Cataloging › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -21,7 +21,7 @@ > <a href="/cgi-bin/koha/mainpage.pl">Home</a> > </li> > <li> >- <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >+ <a href="/cgi-bin/koha/cataloging/cataloging-home.pl">Cataloging</a> > </li> > > [% IF (loop) %] >-- >2.20.1
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 31556
:
141995
|
141996
| 141997