Lines 5-11
Link Here
|
5 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>[% FILTER collapse %] |
7 |
<title>[% FILTER collapse %] |
8 |
[% t("Library checkin and transfer policy") | html %] › |
8 |
[% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] › |
9 |
[% t("Administration") | html %] › |
9 |
[% t("Administration") | html %] › |
10 |
[% t("Koha") | html %] |
10 |
[% t("Koha") | html %] |
11 |
[% END %]</title> |
11 |
[% END %]</title> |
Lines 24-30
Link Here
|
24 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
24 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
25 |
[% END %] |
25 |
[% END %] |
26 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
26 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
27 |
<span>Set library checkin and transfer policy</span> |
27 |
[% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] |
28 |
[% END %] |
28 |
[% END %] |
29 |
[% END #/ WRAPPER breadcrumbs %] |
29 |
[% END #/ WRAPPER breadcrumbs %] |
30 |
[% END #/ WRAPPER sub-header.inc %] |
30 |
[% END #/ WRAPPER sub-header.inc %] |
Lines 34-40
Link Here
|
34 |
<div class="col-sm-10 col-sm-push-2"> |
34 |
<div class="col-sm-10 col-sm-push-2"> |
35 |
<main> |
35 |
<main> |
36 |
|
36 |
|
37 |
<h1>Library [% branchcode | html %] - [% Branches.GetName( branchcode ) | html %] Checkin and transfer policy</h1> |
37 |
<h1> |
|
|
38 |
[% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] |
39 |
</h1> |
38 |
<form method="get" action="/cgi-bin/koha/admin/branch_transfer_limits.pl" id="selectlibrary"> |
40 |
<form method="get" action="/cgi-bin/koha/admin/branch_transfer_limits.pl" id="selectlibrary"> |
39 |
<label for="branchselect">Select a library :</label> |
41 |
<label for="branchselect">Select a library :</label> |
40 |
<select name="branchcode" id="branchselect"> |
42 |
<select name="branchcode" id="branchselect"> |