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

Return to bug 33260