Bugzilla – Attachment 142214 Details for
Bug 31864
Fix breadcrumbs for each link coming from the new cataloging module home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31864: (follow-up) Fix breadcrumbs in batchMod and batch_record_mod
Bug-31864-follow-up-Fix-breadcrumbs-in-batchMod-an.patch (text/plain), 1.83 KB, created by
Lucas Gass (lukeg)
on 2022-10-19 22:30:17 UTC
(
hide
)
Description:
Bug 31864: (follow-up) Fix breadcrumbs in batchMod and batch_record_mod
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-10-19 22:30:17 UTC
Size:
1.83 KB
patch
obsolete
>From c5077bcbd5637a84fff0dceb8d30741bf1e3a764 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 19 Oct 2022 22:29:48 +0000 >Subject: [PATCH] Bug 31864: (follow-up) Fix breadcrumbs in batchMod and > batch_record_mod > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- > .../prog/en/modules/tools/batch_record_modification.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index 94f81b7351..8d7590eb72 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -24,7 +24,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/cataloguing/cataloging-home.pl">Cataloging</a> > </li> > <li> > <a href="#" aria-current="page">Batch item deletion</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 088c30cea0..1119b6c11d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -20,7 +20,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/cataloguing/cataloging-home.pl">Cataloging</a> > </li> > <li> > <a href="#" aria-current="page">Batch record modification</a> >-- >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 31864
:
142122
|
142214
|
142221
|
142222
|
142403
|
142404