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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-4 / +3 lines)
Lines 242-248 Link Here
242
            [% END %]
242
            [% END %]
243
243
244
            [% IF canbookbereserved_responses %]
244
            [% IF canbookbereserved_responses %]
245
                <button type="button" class="btn btn-sm" data-toggle="modal" data-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button>
245
                <button type="button" class="btn btn-sm" data-bs-toggle="modal" data-bs-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button>
246
            [% END %]
246
            [% END %]
247
247
248
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %]
248
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %]
Lines 2055-2061 Link Here
2055
                        <div class="panel panel-default">
2055
                        <div class="panel panel-default">
2056
                            <div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]">
2056
                            <div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]">
2057
                                <h4 class="panel-title">
2057
                                <h4 class="panel-title">
2058
                                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]">
2058
                                    <a role="button" data-bs-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]">
2059
                                        [% response.biblio.title | html %]
2059
                                        [% response.biblio.title | html %]
2060
                                    </a>
2060
                                    </a>
2061
                                </h4>
2061
                                </h4>
Lines 2155-2161 Link Here
2155
                </div>
2155
                </div>
2156
            </div>
2156
            </div>
2157
            <div class="modal-footer">
2157
            <div class="modal-footer">
2158
                <button type="button" class="btn btn-default" data-dismiss="modal">[% t('Close') | html %]</button>
2158
                <button type="button" class="btn btn-default" data-bs-dismiss="modal">[% t('Close') | html %]</button>
2159
            </div>
2159
            </div>
2160
        </div>
2160
        </div>
2161
    </div>
2161
    </div>
2162
- 

Return to bug 23732