|
Lines 8-14
Link Here
|
| 8 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
| 10 |
<title>[% FILTER collapse %] |
10 |
<title>[% FILTER collapse %] |
| 11 |
[% t("Pending on-site checkouts") | html %] › |
11 |
[% t("On-site checkouts") | html %] › |
| 12 |
[% t("Circulation") | html %] › |
12 |
[% t("Circulation") | html %] › |
| 13 |
[% t("Koha") | html %] |
13 |
[% t("Koha") | html %] |
| 14 |
[% END %]</title> |
14 |
[% END %]</title> |
|
Lines 26-32
Link Here
|
| 26 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
26 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
| 27 |
[% END %] |
27 |
[% END %] |
| 28 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
28 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 29 |
<span>Pending on-site checkouts</span> |
29 |
<span>On-site checkouts</span> |
| 30 |
[% END %] |
30 |
[% END %] |
| 31 |
[% END #/ WRAPPER breadcrumbs %] |
31 |
[% END #/ WRAPPER breadcrumbs %] |
| 32 |
[% END #/ WRAPPER sub-header.inc %] |
32 |
[% END #/ WRAPPER sub-header.inc %] |
|
Lines 44-50
Link Here
|
| 44 |
[% END %] |
44 |
[% END %] |
| 45 |
[% INCLUDE 'messages.inc' %] |
45 |
[% INCLUDE 'messages.inc' %] |
| 46 |
|
46 |
|
| 47 |
<h1>Pending on-site checkouts</h1> |
47 |
<h1>On-site checkouts</h1> |
| 48 |
[% IF pending_onsite_checkouts %] |
48 |
[% IF pending_onsite_checkouts %] |
| 49 |
<div class="page-section"> |
49 |
<div class="page-section"> |
| 50 |
<table id="pending_onsite_checkout"> |
50 |
<table id="pending_onsite_checkout"> |
| 51 |
- |
|
|