Bugzilla – Attachment 153932 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.71 KB, created by
Caroline Cyr La Rose
on 2023-07-26 17:03:47 UTC
(
hide
)
Description:
Bug 34344: Make item types breadcrumbs uniform
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-07-26 17:03:47 UTC
Size:
1.71 KB
patch
obsolete
>From a9bafb0afcb8269739c761b7c5810fa698dbec3f 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> >--- > 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 98cfc84e221..d2e0214ae26 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.34.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 34344
:
153834
|
153932
|
154114