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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt (-4 / +4 lines)
Lines 1-8 Link Here
1
[%# First line will be summary, second line will be description. Avoid indenting. -%]
1
[%# First line will be summary, second line will be description. Avoid indenting. Var newline added to avoid translating problems. -%]
2
[%- newline="\n" -%]
2
[%- IF overdue == 1 -%]
3
[%- IF overdue == 1 -%]
3
[% title %] is overdue
4
[% title %] is overdue
4
Your copy of [% title %] (barcode [% barcode %]) is overdue
5
[%- newline -%]Your copy of [% title %] (barcode [% barcode %]) is overdue
5
[%- ELSE -%]
6
[%- ELSE -%]
6
[% title %] is due
7
[% title %] is due
7
Your copy of [% title %] (barcode [% barcode %]) is due back at the library today
8
[%- newline -%]Your copy of [% title %] (barcode [% barcode %]) is due back at the library today
8
[%- END -%]
9
[%- END -%]
9
- 

Return to bug 17322