|
Lines 11-19
Link Here
|
| 11 |
[% SET destination = "circ" %] |
11 |
[% SET destination = "circ" %] |
| 12 |
<title>[% FILTER collapse %] |
12 |
<title>[% FILTER collapse %] |
| 13 |
[% IF patron %] |
13 |
[% IF patron %] |
| 14 |
[% t("Batch check out to") | html %] [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] › |
14 |
[% patron_in_title = INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] |
|
|
15 |
[% tx("Batch check out to {patron}", { patron = patron_in_title }) | html %] › |
| 15 |
[% END %] |
16 |
[% END %] |
| 16 |
|
|
|
| 17 |
[% t("Circulation") | html %] › |
17 |
[% t("Circulation") | html %] › |
| 18 |
[% t("Koha") | html %] |
18 |
[% t("Koha") | html %] |
| 19 |
[% END %]</title> |
19 |
[% END %]</title> |
|
Lines 31-37
Link Here
|
| 31 |
[% WRAPPER breadcrumb_item %] |
31 |
[% WRAPPER breadcrumb_item %] |
| 32 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
32 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
| 33 |
[% END %] |
33 |
[% END %] |
| 34 |
|
|
|
| 35 |
[% IF patron %] |
34 |
[% IF patron %] |
| 36 |
[% WRAPPER breadcrumb_item %] |
35 |
[% WRAPPER breadcrumb_item %] |
| 37 |
<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber | uri %]">Check out to [% INCLUDE 'patron-title.inc' %]</a> |
36 |
<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber | uri %]">Check out to [% INCLUDE 'patron-title.inc' %]</a> |