Bugzilla – Attachment 182558 Details for
Bug 39919
Overdues with fines report has incorrect title, breadcrumbs, etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39919: Overdues with fines report has incorrect title, breadcrumbs, etc.
Bug-39919-Overdues-with-fines-report-has-incorrect.patch (text/plain), 2.57 KB, created by
Lin Wei
on 2025-05-16 21:19:33 UTC
(
hide
)
Description:
Bug 39919: Overdues with fines report has incorrect title, breadcrumbs, etc.
Filename:
MIME Type:
Creator:
Lin Wei
Created:
2025-05-16 21:19:33 UTC
Size:
2.57 KB
patch
obsolete
>From c83fc1c2badab4f03187535c2060ecb05272b63e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 16 May 2025 12:21:10 +0000 >Subject: [PATCH] Bug 39919: Overdues with fines report has incorrect title, > breadcrumbs, etc. > >This patch corrects the "Overdues with fines" page so that the page >title, breadcrumbs, and main heading match the name used in navigation >menus. > >To test, apply the patch and go to Circulation -> Overdues with fines. >Confirm that the page title, breadcrumb menu, and page heading are >correct: "Overdues with fines at [library]" > >Sponsored-by: Athens County Public Libraries >Signed-off-by: Lin Wei Li <lin-wei.li@inLibro.com> >--- > .../intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >index 7bd053c98c..e121a4600c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >@@ -6,7 +6,7 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title > >[% FILTER collapse %] >- [% tx("Overdues at {library}", { library = Branches.GetLoggedInBranchname }) | html %] >+ [% tx("Overdues with fines at {library}", { library = Branches.GetLoggedInBranchname }) | html %] > › [% t("Circulation") | html %] › [% t("Koha") | html %] > [% END %]</title > > >@@ -23,17 +23,17 @@ > <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- [% tx('Overdues at {library}', { library = Branches.GetLoggedInBranchname }) %] >+ [% tx('Overdues at with fines {library}', { library = Branches.GetLoggedInBranchname }) %] > [% END %] > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] > > [% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] > [% WRAPPER 'main-container.inc' aside=aside %] >- <h1>Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]</h1> >+ <h1>Overdues with fines at [% Branches.GetLoggedInBranchname | html %]</h1> > > <form name="selectlocation" action="branchoverdues.pl" method="get"> >- <label for="location">Shelving location selected: </label >+ <label for="location">Shelving location: </label > ><select id="location" name="location"> > <option value="">All shelving locations</option> > [% FOREACH locationsloo IN locationsloop %] >-- >2.43.0
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 39919
:
182526
| 182558