Bugzilla – Attachment 129640 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.28 KB, created by
Jonathan Druart
on 2022-01-20 10:27:09 UTC
(
hide
)
Description:
Bug 29212: (follow-up) Update missing date input
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-20 10:27:09 UTC
Size:
2.28 KB
patch
obsolete
>From ed398ca419f6ce3f62d75f15a968bd5b96e2e47a 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 eb4aab06e43..50d43723851 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 3fae5c069b1..9448a3a585c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -895,7 +895,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.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 29212
:
126229
|
126290
|
126298
|
126299
|
126820
|
126824
|
126825
|
126826
|
127250
|
129620
|
129638
|
129639
| 129640 |
129641
|
129642
|
130019