View | Details | Raw Unified | Return to bug 29212
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-2 / +1 lines)
Lines 205-212 Link Here
205
205
206
                        [% IF AutoResumeSuspendedHolds %]
206
                        [% IF AutoResumeSuspendedHolds %]
207
                            <label for="suspend_until"> until </label>
207
                            <label for="suspend_until"> until </label>
208
                            <input type="text" name="suspend_until" id="suspend_until" class="suspend-until" readonly="readonly" size="10" />
208
                            <input type="text" name="suspend_until" id="suspend_until" class="flatpickr futuredate" size="10" />
209
                            <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a>
210
                        [% END %]
209
                        [% END %]
211
                    </form>
210
                    </form>
212
                </div>
211
                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 lines)
Lines 895-901 Link Here
895
            $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]'));
895
            $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]'));
896
            $('#opac-user-views').tabs();
896
            $('#opac-user-views').tabs();
897
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
897
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
898
            $(".suspend-until").prop("readonly",1);
899
898
900
            $(".btn-delete-hold").on("click", function(e){
899
            $(".btn-delete-hold").on("click", function(e){
901
                e.preventDefault();
900
                e.preventDefault();
902
- 

Return to bug 29212