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 2057-2063
Link Here
|
2057 |
<div class="panel panel-default"> |
2057 |
<div class="panel panel-default"> |
2058 |
<div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]"> |
2058 |
<div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]"> |
2059 |
<h4 class="panel-title"> |
2059 |
<h4 class="panel-title"> |
2060 |
<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 %]"> |
2060 |
<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 %]"> |
2061 |
[% response.biblio.title | html %] |
2061 |
[% response.biblio.title | html %] |
2062 |
</a> |
2062 |
</a> |
2063 |
</h4> |
2063 |
</h4> |
Lines 2157-2163
Link Here
|
2157 |
</div> |
2157 |
</div> |
2158 |
</div> |
2158 |
</div> |
2159 |
<div class="modal-footer"> |
2159 |
<div class="modal-footer"> |
2160 |
<button type="button" class="btn btn-default" data-dismiss="modal">[% t('Close') | html %]</button> |
2160 |
<button type="button" class="btn btn-default" data-bs-dismiss="modal">[% t('Close') | html %]</button> |
2161 |
</div> |
2161 |
</div> |
2162 |
</div> |
2162 |
</div> |
2163 |
</div> |
2163 |
</div> |
2164 |
- |
|
|