Bugzilla – Attachment 127719 Details for
Bug 29394
Remove flatpickr instantiations from .tt files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29394: Remove futuredate for renew
Bug-29394-Remove-futuredate-for-renew.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2021-11-17 10:51:38 UTC
(
hide
)
Description:
Bug 29394: Remove futuredate for renew
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-17 10:51:38 UTC
Size:
1.47 KB
patch
obsolete
>From d68430eb06cf62ba61ad3e257ce90f08284cea87 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Nov 2021 11:30:21 +0100 >Subject: [PATCH] Bug 29394: Remove futuredate for renew > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index f01cfb8221d..d66fa733ec9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -148,7 +148,7 @@ > <input type="hidden" name="override_holds" value="1" /> > <div> > <label for="renewonholdduedate">Renewal due date:</label> >- <input type="text" size="20" id="renewonholdduedate" name="renewonholdduedate" value="" class="flatpickr" data-flatpickr-futuredate="true" data-flatpickr-enable-time="true" /> >+ <input type="text" size="20" id="renewonholdduedate" name="renewonholdduedate" value="" class="flatpickr" data-flatpickr-enable-time="true" /> > </div> > <button type="submit" class="approve"><i class="fa fa-check"></i> Override and renew</button> > </form> >-- >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 29394
:
127683
|
127699
|
127700
|
127707
|
127715
|
127716
|
127717
|
127718
|
127719
|
127723
|
127724
|
127725
|
127726