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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-2 / +1 lines)
Lines 23-29 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 with fines {library}', { library = Branches.GetLoggedInBranchname }) %]
26
            [% tx('Overdues with fines at {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
- 

Return to bug 40244