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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-1 / +1 lines)
Lines 206-212 Link Here
206
206
207
                        [% IF AutoResumeSuspendedHolds %]
207
                        [% IF AutoResumeSuspendedHolds %]
208
                            <label for="suspend_until"> until </label>
208
                            <label for="suspend_until"> until </label>
209
                            <input type="text" name="suspend_until" id="suspend_until" class="suspend-until" readonly="readonly" size="10" />
209
                            <input type="text" name="suspend_until" id="suspend_until" class="suspend-until" size="10" />
210
                            <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a>
210
                            <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a>
211
                        [% END %]
211
                        [% END %]
212
                    </form>
212
                    </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 lines)
Lines 785-791 Link Here
785
        $(document).ready(function(){
785
        $(document).ready(function(){
786
            $('#opac-user-views').tabs();
786
            $('#opac-user-views').tabs();
787
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
787
            $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
788
            $(".suspend-until").prop("readonly",1);
789
788
790
            $(".btn-delete-hold").on("click", function(e){
789
            $(".btn-delete-hold").on("click", function(e){
791
                e.preventDefault();
790
                e.preventDefault();
792
- 

Return to bug 26041