View | Details | Raw Unified | Return to bug 34384
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-3 / +5 lines)
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 %] &rsaquo;
8
    [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-4 / +3 lines)
Lines 9-15 Link Here
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>[% FILTER collapse %]
11
<title>[% FILTER collapse %]
12
    [% t("Library checkin and transfer policy") | html %] &rsaquo;
12
    [% t("Library transfer limits") | html %] &rsaquo;
13
    [% t("Administration") | html %] &rsaquo;
13
    [% t("Administration") | html %] &rsaquo;
14
    [% t("Koha") | html %]
14
    [% t("Koha") | html %]
15
[% END %]</title>
15
[% END %]</title>
Lines 31-37 Link Here
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
32
        [% END %]
32
        [% END %]
33
        [% WRAPPER breadcrumb_item bc_active= 1 %]
33
        [% WRAPPER breadcrumb_item bc_active= 1 %]
34
            <span>Set library checkin and transfer policy</span>
34
            <span>Library transfer limits</span>
35
        [% END %]
35
        [% END %]
36
    [% END #/ WRAPPER breadcrumbs %]
36
    [% END #/ WRAPPER breadcrumbs %]
37
[% END #/ WRAPPER sub-header.inc %]
37
[% END #/ WRAPPER sub-header.inc %]
Lines 40-46 Link Here
40
    <div class="row">
40
    <div class="row">
41
        <div class="col-sm-10 col-sm-push-2">
41
        <div class="col-sm-10 col-sm-push-2">
42
            <main>
42
            <main>
43
                <h1>Checkin and transfer policy</h1>
43
                <h1>Library transfer limits</h1>
44
44
45
                <p>
45
                <p>
46
                    [% IF BranchTransferLimitsType == "itemtype" %]
46
                    [% IF BranchTransferLimitsType == "itemtype" %]
47
- 

Return to bug 34384