|
Lines 575-583
Link Here
|
| 575 |
[% UNLESS ( hold_auto_filled && diffbranch ) %] |
575 |
[% UNLESS ( hold_auto_filled && diffbranch ) %] |
| 576 |
[% IF WrongTransfer && !transfertodo %] |
576 |
[% IF WrongTransfer && !transfertodo %] |
| 577 |
[% IF Koha.Preference('TransfersBlockCirc') %] |
577 |
[% IF Koha.Preference('TransfersBlockCirc') %] |
| 578 |
<div id="wrong-transfer-modal" class="modal modal-lg audio-alert-action" data-bs-backdrop="static" data-bs-keyboard="false" > |
578 |
<div id="wrong-transfer-modal" class="modal modal-lg block audio-alert-action" data-bs-backdrop="static" data-bs-keyboard="false" > |
| 579 |
[% ELSE %] |
579 |
[% ELSE %] |
| 580 |
<div id="wrong-transfer-modal" class="modal modal-lg audio-alert-action noblock"> |
580 |
<div id="wrong-transfer-modal" class="modal modal-lg noblock audio-alert-action"> |
| 581 |
[% END %] |
581 |
[% END %] |
| 582 |
<div class="modal-dialog"> |
582 |
<div class="modal-dialog"> |
| 583 |
<div class="modal-content"> |
583 |
<div class="modal-content"> |
| 584 |
- |
|
|