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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-5 / +4 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title
7
<title
8
    >[% FILTER collapse %]
8
    >[% FILTER collapse %]
9
        [% tx("Overdues at {library}", { library = Branches.GetLoggedInBranchname }) | html %]
9
        [% tx("Overdues with fines at {library}", { library = Branches.GetLoggedInBranchname }) | html %]
10
        &rsaquo; [% t("Circulation") | html %] &rsaquo; [% t("Koha") | html %]
10
        &rsaquo; [% t("Circulation") | html %] &rsaquo; [% t("Koha") | html %]
11
    [% END %]</title
11
    [% END %]</title
12
>
12
>
Lines 23-39 Link Here
23
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
23
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
24
        [% END %]
24
        [% END %]
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
            [% tx('Overdues at {library}', { library = Branches.GetLoggedInBranchname }) %]
26
            [% tx('Overdues at with fines {library}', { library = Branches.GetLoggedInBranchname }) %]
27
        [% END %]
27
        [% END %]
28
    [% END #/ WRAPPER breadcrumbs %]
28
    [% END #/ WRAPPER breadcrumbs %]
29
[% END #/ WRAPPER sub-header.inc %]
29
[% END #/ WRAPPER sub-header.inc %]
30
30
31
[% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %]
31
[% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %]
32
[% WRAPPER 'main-container.inc' aside=aside %]
32
[% WRAPPER 'main-container.inc' aside=aside %]
33
    <h1>Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]</h1>
33
    <h1>Overdues with fines at [% Branches.GetLoggedInBranchname | html %]</h1>
34
34
35
    <form name="selectlocation" action="branchoverdues.pl" method="get">
35
    <form name="selectlocation" action="branchoverdues.pl" method="get">
36
        <label for="location">Shelving location selected: </label
36
        <label for="location">Shelving location: </label
37
        ><select id="location" name="location">
37
        ><select id="location" name="location">
38
            <option value="">All shelving locations</option>
38
            <option value="">All shelving locations</option>
39
            [% FOREACH locationsloo IN locationsloop %]
39
            [% FOREACH locationsloo IN locationsloop %]
40
- 

Return to bug 39919