Lines 83-89
Link Here
|
83 |
SMS |
83 |
SMS |
84 |
[% CASE 'feed' %] |
84 |
[% CASE 'feed' %] |
85 |
Feed |
85 |
Feed |
86 |
[% CASE 'phone' %] |
86 |
[% CASE 'itiva' %] |
87 |
Phone |
87 |
Phone |
88 |
[% CASE %] |
88 |
[% CASE %] |
89 |
[% mtt | html %] |
89 |
[% mtt | html %] |
Lines 125-131
Link Here
|
125 |
[% ELSE %] |
125 |
[% ELSE %] |
126 |
[% IF mtt.value == "sms" and not Koha.Preference("SMSSendDriver") %] |
126 |
[% IF mtt.value == "sms" and not Koha.Preference("SMSSendDriver") %] |
127 |
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" /> |
127 |
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" /> |
128 |
[% ELSIF mtt.value == "phone" and not Koha.Preference("TalkingTechItivaPhoneNotification") %] |
128 |
[% 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" /> |
129 |
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" /> |
130 |
[% ELSE %] |
130 |
[% ELSE %] |
131 |
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" /> |
131 |
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" /> |
132 |
- |
|
|