Lines 540-574
Link Here
|
540 |
<div id="wrong-branch-modal" tabindex="-1" class="modal modal-lg block audio-alert-action block" data-bs-backdrop="static" data-bs-keyboard="false"> |
540 |
<div id="wrong-branch-modal" tabindex="-1" class="modal modal-lg block audio-alert-action block" data-bs-backdrop="static" data-bs-keyboard="false"> |
541 |
<div class="modal-dialog"> |
541 |
<div class="modal-dialog"> |
542 |
<div class="modal-content"> |
542 |
<div class="modal-content"> |
543 |
<form method="post" action="returns.pl" name="mainform" id="mainform"> |
543 |
<div class="modal-header"> |
544 |
<div class="modal-header"> |
544 |
<h1 class="modal-title"> |
545 |
<h1 class="modal-title"> |
545 |
Cannot check in |
546 |
Cannot check in |
546 |
</h1> |
547 |
</h1> |
547 |
</div> |
548 |
</div> |
548 |
<div class="modal-body"> |
549 |
<div class="modal-body"> |
549 |
<p> |
550 |
<p> |
550 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]"> |
551 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]"> |
551 |
[% item.barcode | html %]: [% title | html %] |
552 |
[% item.barcode | html %]: [% title | html %] |
552 |
</a> |
553 |
</a> |
553 |
</p> |
554 |
</p> |
554 |
<p> |
555 |
<p> |
555 |
<strong> |
556 |
<strong> |
556 |
NOT CHECKED IN |
557 |
NOT CHECKED IN |
557 |
</strong> |
558 |
</strong> |
558 |
</p> |
559 |
</p> |
559 |
<p> |
560 |
<p> |
560 |
This item must be checked in at following library: |
561 |
This item must be checked in at following library: |
561 |
<strong> |
562 |
<strong> |
562 |
[% Branches.GetName( rightbranch ) | html %] |
563 |
[% Branches.GetName( rightbranch ) | html %] |
563 |
</strong> |
564 |
</strong> |
564 |
</p> |
565 |
</p> |
565 |
[% INCLUDE all_checkin_messages %] |
566 |
[% INCLUDE all_checkin_messages %] |
566 |
</div> <!-- /.modal-body --> |
567 |
</div> <!-- /.modal-body --> |
567 |
<div class="modal-footer"> |
568 |
<div class="modal-footer"> |
568 |
<button type="button" data-bs-dismiss="modal" class="btn btn-primary"><i class="fa fa-check"></i> OK</button> |
569 |
<button type="button" data-bs-dismiss="modal" class="btn btn-default approve"><i class="fa fa-check"></i> OK</button> |
569 |
</div> |
570 |
</div> |
|
|
571 |
</form> <!-- /#mainform --> |
572 |
</div> <!-- /.modal-content --> |
570 |
</div> <!-- /.modal-content --> |
573 |
</div> <!-- /.modal-dialog --> |
571 |
</div> <!-- /.modal-dialog --> |
574 |
</div> <!-- /#wrong-branch-modal --> |
572 |
</div> <!-- /#wrong-branch-modal --> |
575 |
- |
|
|