Bugzilla – Attachment 137803 Details for
Bug 30718
Use flatpickr's altInput option everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30718: Fix today's date on overdue
Bug-30718-Fix-todays-date-on-overdue.patch (text/plain), 1.86 KB, created by
Jonathan Druart
on 2022-07-18 13:28:17 UTC
(
hide
)
Description:
Bug 30718: Fix today's date on overdue
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-07-18 13:28:17 UTC
Size:
1.86 KB
patch
obsolete
>From 1bc50694833b771b36e398e865469f5af551e367 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Jul 2022 15:09:42 +0200 >Subject: [PATCH] Bug 30718: Fix today's date on overdue > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index 7a74172bf17..3e2903c1ea8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -9,7 +9,7 @@ > [%- USE TablesSettings -%] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Items overdue as of [% todaysdate | html %] › Circulation › Koha</title> >+<title>Items overdue as of [% todaysdate | $KohaDates %] › Circulation › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > [% FILTER collapse %] > <style> >@@ -42,7 +42,7 @@ > </li> > <li> > <a href="#" aria-current="page"> >- Overdues as of [% todaysdate | html %] >+ Overdues as of [% todaysdate | $KohaDates %] > </a> > </li> > </ol> >@@ -60,7 +60,7 @@ > > [% IF ( overdueloop ) %] > >- <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | html %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2> >+ <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | $KohaDates %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2> > > <p> > [% IF ( isfiltered ) %] >-- >2.25.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 30718
:
135487
|
137516
|
137707
|
137715
|
137803
|
137804
|
137805
|
137806
|
137807
|
137868
|
137869
|
138644
|
138645
|
138646
|
138647
|
138648
|
138649
|
138650
|
138651
|
138652
|
138658
|
138659
|
138748
|
138749
|
138750
|
138751
|
138752
|
138753
|
138754
|
138755
|
138756
|
138757
|
138758
|
138879
|
138980
|
139033
|
139073
|
139074
|
139075
|
139076
|
139077
|
139078
|
139079
|
139080
|
139081
|
139082
|
139083
|
139084
|
139085
|
139453
|
139454
|
139455
|
139456
|
139457
|
139458
|
139459
|
139460
|
139461
|
139462
|
139463
|
139464
|
139465
|
139466
|
139467
|
139468
|
139490
|
139605
|
143175