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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-4 / +4 lines)
Lines 10-18 Link Here
10
    [% IF ( bormessagepref ) %]
10
    [% IF ( bormessagepref ) %]
11
        <li>Patron notification:
11
        <li>Patron notification:
12
            [% FOREACH mtt IN bormessagepref.keys %]
12
            [% FOREACH mtt IN bormessagepref.keys %]
13
                [% IF ( mtt == 'email' ) %] Email. [% END %]
13
                [%~ IF ( mtt == 'email' ) %] Email[% END ~%]
14
                [% IF ( mtt == 'phone' ) %] Phone. [% END %]
14
                [%~ IF ( mtt == 'phone' ) %] Phone[% END ~%]
15
                [% IF ( mtt == 'sms' ) %] SMS. [% END %]
15
                [%~ IF ( mtt == 'sms' ) %] SMS[% END ~%]
16
                [%~ UNLESS loop.last %], [% ELSE %].[% END ~%]
16
            [% END %]
17
            [% END %]
17
        </li>
18
        </li>
18
           [% ELSE %]
19
           [% ELSE %]
19
- 

Return to bug 9543