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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-2 / +1 lines)
Lines 94-100 Link Here
94
                                                [% FOREACH mtt IN message_transport_types %]
94
                                                [% FOREACH mtt IN message_transport_types %]
95
                                                    [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
95
                                                    [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
96
                                                    [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
96
                                                    [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
97
                                                    <th scope="col">
97
                                                    <th class="NoSort" scope="col">
98
                                                        [% SWITCH mtt %]
98
                                                        [% SWITCH mtt %]
99
                                                        [% CASE 'email' %]<span>Email</span>
99
                                                        [% CASE 'email' %]<span>Email</span>
100
                                                        [% CASE 'print' %]<span>[% tp('Message transport type', 'Print') | html %]</span>
100
                                                        [% CASE 'print' %]<span>[% tp('Message transport type', 'Print') | html %]</span>
101
- 

Return to bug 35648