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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +7 lines)
Lines 19-24 Link Here
19
[% ELSIF ( caller == 'recall' ) %]
19
[% ELSIF ( caller == 'recall' ) %]
20
    [% t("Recall print receipt") | html %] ›
20
    [% t("Recall print receipt") | html %] ›
21
    [% t("Circulation") | html %] &rsqaquo;
21
    [% t("Circulation") | html %] &rsqaquo;
22
[% ELSIF ( caller == 'notice_mgmt' ) %]
23
    [% UNLESS slips && slips.size > 1 %]
24
    [% t("Print notice") | html %] ›
25
    [% ELSE %]
26
    [% t("Print notices") | html %] ›
27
    [% END %]
28
    [% t("Tools") | html %] &rsqaquo;
22
[% ELSIF ( title ) %][%# FIXME title is never defined %]
29
[% ELSIF ( title ) %][%# FIXME title is never defined %]
23
    [% title | html %] ›
30
    [% title | html %] ›
24
    [% t("Patrons") | html %] ›
31
    [% t("Patrons") | html %] ›
25
- 

Return to bug 33260