Bugzilla – Attachment 154114 Details for
Bug 34344
Make item types breadcrumbs uniform
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34344: Make item types breadcrumbs uniform
Bug-34344-Make-item-types-breadcrumbs-uniform.patch (text/plain), 1.76 KB, created by
Katrin Fischer
on 2023-07-31 20:19:10 UTC
(
hide
)
Description:
Bug 34344: Make item types breadcrumbs uniform
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-31 20:19:10 UTC
Size:
1.76 KB
patch
obsolete
>From e5f09b7f6c884f28d1e82bff880bd9579728d6ff Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 24 Jul 2023 10:56:45 +0000 >Subject: [PATCH] Bug 34344: Make item types breadcrumbs uniform > >This patch updates the breadcrumbs on the item types administration page >so that it reads "Item types" instead of "Item types administration," >making it more consistent with other administration pages. The same >change is made to the page's main heading. > >To test, apply the patch and go to Administration -> Item types. > >The breadcrumbs should read "Home -> Administration -> Item types. The >page heading should read "Item types." > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 98cfc84e22..d2e0214ae2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -95,7 +95,7 @@ Item types › Administration › Koha > > [% IF op == 'list' %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Item types administration</span> >+ <span>Item types</span> > [% END %] > [% END %] > [% END #/ WRAPPER breadcrumbs %] >@@ -377,7 +377,7 @@ Item types › Administration › Koha > [% END %] > > [% IF op == 'list' %] >- <h1>Item types administration</h1> >+ <h1>Item types</h1> > [% IF itemtypes %] > <div class="page-section"> > <table id="table_item_type"> >-- >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 34344
:
153834
|
153932
| 154114