Bugzilla – Attachment 127725 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: adjust request.tt
Bug-29394-adjust-requesttt.patch (text/plain), 1.23 KB, created by
Martin Renvoize (ashimema)
on 2021-11-17 10:59:40 UTC
(
hide
)
Description:
Bug 29394: adjust request.tt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-11-17 10:59:40 UTC
Size:
1.23 KB
patch
obsolete
>From 60b0b2c7c863943106f38e3f8fd6064dd3039862 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Nov 2021 09:20:59 +0100 >Subject: [PATCH] Bug 29394: adjust request.tt > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 3611e0864f..b1ab990f13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -524,7 +524,7 @@ > > <li> > <label for="to">Hold expires on date:</label> >- <input id="expiration_date" name="expiration_date" id="to" size="10" type="text" class="flatpickr futuredate" /> >+ <input id="expiration_date" name="expiration_date" id="to" size="10" type="text" class="flatpickr" data-flatpickr-futuredate="true" /> > </li> > > [% UNLESS ( multi_hold ) %] >-- >2.20.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