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 904-910 Link Here
904
            $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]'));
904
            $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]'));
905
            $('#opac-user-views').tabs();
905
            $('#opac-user-views').tabs();
906
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
906
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
907
            $(".suspend-until").prop("readonly",1);
908
907
909
            $(".btn-delete-hold").on("click", function(e){
908
            $(".btn-delete-hold").on("click", function(e){
910
                e.preventDefault();
909
                e.preventDefault();
911
- 

Return to bug 29212