Lines 42-62
Link Here
|
42 |
[% INCLUDE 'header.inc' %] |
42 |
[% INCLUDE 'header.inc' %] |
43 |
[% INCLUDE 'cat-search.inc' %] |
43 |
[% INCLUDE 'cat-search.inc' %] |
44 |
|
44 |
|
45 |
|
45 |
[% WRAPPER 'sub-header.inc' %] |
46 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
46 |
[% WRAPPER breadcrumbs %] |
47 |
<ol> |
47 |
[% WRAPPER breadcrumb_item %] |
48 |
<li> |
|
|
49 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
50 |
</li> |
51 |
<li> |
52 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
48 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
53 |
</li> |
49 |
[% END %] |
54 |
<li> |
50 |
[% WRAPPER breadcrumb_item bc_active = 1 %] |
55 |
<a href="#" aria-current="page">Curbside pickups</a> |
51 |
<span>Curbside pickups</span> |
56 |
</li> |
52 |
[% END %] |
57 |
</ol> |
53 |
[% END #/ WRAPPER breadcrumbs %] |
58 |
</nav> |
54 |
[% END #/ WRAPPER sub-header.inc %] |
59 |
|
|
|
60 |
|
55 |
|
61 |
[% BLOCK waiting_holds %] |
56 |
[% BLOCK waiting_holds %] |
62 |
[% SET waiting_holds = cp.patron.holds.search( found => 'W', branchcode => Branches.GetLoggedInBranchcode ) %] |
57 |
[% SET waiting_holds = cp.patron.holds.search( found => 'W', branchcode => Branches.GetLoggedInBranchcode ) %] |