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 20-25 Link Here
20
[% ELSIF ( caller == 'recall' ) %]
20
[% ELSIF ( caller == 'recall' ) %]
21
    [% t("Recall print receipt") | html %] ›
21
    [% t("Recall print receipt") | html %] ›
22
    [% t("Circulation") | html %] &rsqaquo;
22
    [% t("Circulation") | html %] &rsqaquo;
23
[% ELSIF ( caller == 'notice_mgmt' ) %]
24
    [% UNLESS slips && slips.size > 1 %]
25
    [% t("Print notice") | html %] ›
26
    [% ELSE %]
27
    [% t("Print notices") | html %] ›
28
    [% END %]
29
    [% t("Tools") | html %] &rsqaquo;
23
[% ELSIF ( title ) %][%# FIXME title is never defined %]
30
[% ELSIF ( title ) %][%# FIXME title is never defined %]
24
    [% title | html %] ›
31
    [% title | html %] ›
25
    [% t("Patrons") | html %] ›
32
    [% t("Patrons") | html %] ›
26
- 

Return to bug 33260