Lines 378-383
Link Here
|
378 |
<p class="ret_checkinmsg">[% checkinmsg | html_line_break %]</p> |
378 |
<p class="ret_checkinmsg">[% checkinmsg | html_line_break %]</p> |
379 |
</div> |
379 |
</div> |
380 |
[% END # /IF checkinmsg %] |
380 |
[% END # /IF checkinmsg %] |
|
|
381 |
|
382 |
[% IF bundle_items && !missing_items %] |
383 |
<div class="dialog message"> |
384 |
<h3>Bundle varified</h3> |
385 |
<p>The bundle content was varified</p> |
386 |
<p><a class="btn btn-default btn-xs" role="button" data-toggle="modal" href="#bundleContentsModal"><i class="fa fa-eye" aria-hidden="true"></i> View contents list</a></p> |
387 |
</div> |
388 |
[% END %] |
381 |
[% END # /BLOCK all_checkin_messages %] |
389 |
[% END # /BLOCK all_checkin_messages %] |
382 |
|
390 |
|
383 |
[% IF needs_confirm %] |
391 |
[% IF needs_confirm %] |
384 |
- |
|
|