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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +4 lines)
Lines 84-89 Link Here
84
                  [% CASE 'feed' %]
84
                  [% CASE 'feed' %]
85
                    Feed
85
                    Feed
86
                  [% CASE 'itiva' %]
86
                  [% CASE 'itiva' %]
87
                    Phone (i-tiva)
88
                  [% CASE 'phone' %]
87
                    Phone
89
                    Phone
88
                  [% CASE %]
90
                  [% CASE %]
89
                    [% mtt | html %]
91
                    [% mtt | html %]
Lines 127-132 Link Here
127
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
129
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
128
                    [% ELSIF mtt.value == "itiva" and not Koha.Preference("TalkingTechItivaPhoneNotification") %]
130
                    [% ELSIF mtt.value == "itiva" and not Koha.Preference("TalkingTechItivaPhoneNotification") %]
129
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
131
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
132
                    [% ELSIF mtt.value == "phone" and not Koha.Preference("PhoneNotification") %]
133
                        <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
130
                    [% ELSE %]
134
                    [% ELSE %]
131
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" />
135
                      <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" />
132
                    [% END %]
136
                    [% END %]
133
- 

Return to bug 25334