Bugzilla – Attachment 126826 Details for
Bug 29212
Use Flatpickr on OPAC pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29212: (follow-up) Update missing date input
Bug-29212-follow-up-Update-missing-date-input.patch (text/plain), 2.21 KB, created by
David Nind
on 2021-10-25 12:47:18 UTC
(
hide
)
Description:
Bug 29212: (follow-up) Update missing date input
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-10-25 12:47:18 UTC
Size:
2.21 KB
patch
obsolete
>From 813ec8576632be832cb974fbcc85270655ba802a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 25 Oct 2021 11:11:10 +0000 >Subject: [PATCH] Bug 29212: (follow-up) Update missing date input > >I missed the "Suspend all holds" date input in previous patches. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 3 +-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 1 - > 2 files changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index eb4aab06e4..50d4372385 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -205,8 +205,7 @@ > > [% IF AutoResumeSuspendedHolds %] > <label for="suspend_until"> until </label> >- <input type="text" name="suspend_until" id="suspend_until" class="suspend-until" readonly="readonly" size="10" /> >- <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a> >+ <input type="text" name="suspend_until" id="suspend_until" class="flatpickr futuredate" size="10" /> > [% END %] > </form> > </div> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 41878ab008..8a5b0f141e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -904,7 +904,6 @@ > $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]')); > $('#opac-user-views').tabs(); > $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs"); >- $(".suspend-until").prop("readonly",1); > > $(".btn-delete-hold").on("click", function(e){ > e.preventDefault(); >-- >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 29212
:
126229
|
126290
|
126298
|
126299
|
126820
|
126824
|
126825
|
126826
|
127250
|
129620
|
129638
|
129639
|
129640
|
129641
|
129642
|
130019