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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt (-3 / +2 lines)
Lines 2-9 Link Here
2
[%- newline="\n" | html -%]
2
[%- newline="\n" | html -%]
3
[%- IF overdue == 1 -%]
3
[%- IF overdue == 1 -%]
4
[% title | html %] is overdue
4
[% title | html %] is overdue
5
[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue</span>
5
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue
6
[%- ELSE -%]
6
[%- ELSE -%]
7
[% title | html %] is due
7
[% title | html %] is due
8
[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today</span>
8
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today
9
[%- END -%]
9
[%- END -%]
10
- 

Return to bug 30733