Lines 63-69
$(document).ready(function(){
Link Here
|
63 |
<td>-</td> |
63 |
<td>-</td> |
64 |
[% END %] |
64 |
[% END %] |
65 |
|
65 |
|
66 |
[% IF Koha.Preference('SMSSendDriver') %]<td> |
66 |
[% IF Koha.Preference('SMSSendDriver') %] |
|
|
67 |
[% IF ( messaging_preference.transport_sms ) %] |
68 |
<td> |
67 |
[% IF ( messaging_form_inactive ) %] |
69 |
[% IF ( messaging_form_inactive ) %] |
68 |
[% IF ( messaging_preference.transports_sms ) %] |
70 |
[% IF ( messaging_preference.transports_sms ) %] |
69 |
<input type="checkbox" |
71 |
<input type="checkbox" |
Lines 89-97
$(document).ready(function(){
Link Here
|
89 |
value="sms" class="active_notify" data-attr-id="[% messaging_preference.message_attribute_id %]" /> |
91 |
value="sms" class="active_notify" data-attr-id="[% messaging_preference.message_attribute_id %]" /> |
90 |
[% END %] |
92 |
[% END %] |
91 |
[% END %] |
93 |
[% END %] |
92 |
</td>[% END %] |
94 |
</td> |
|
|
95 |
[% ELSE %] |
96 |
<td>-</td> |
97 |
[% END %] |
98 |
[% END %] |
93 |
|
99 |
|
94 |
[% IF Koha.Preference('TalkingTechItivaPhoneNotification') %]<td> |
100 |
[% IF Koha.Preference('TalkingTechItivaPhoneNotification') %] |
|
|
101 |
[% IF ( messaging_preference.transport_phone ) %] |
102 |
<td> |
95 |
[% IF ( messaging_form_inactive ) %] |
103 |
[% IF ( messaging_form_inactive ) %] |
96 |
[% IF ( messaging_preference.transports_phone ) %] |
104 |
[% IF ( messaging_preference.transports_phone ) %] |
97 |
<input type="checkbox" |
105 |
<input type="checkbox" |
Lines 117-123
$(document).ready(function(){
Link Here
|
117 |
value="phone" class="active_notify" data-attr-id="[% messaging_preference.message_attribute_id %]" /> |
125 |
value="phone" class="active_notify" data-attr-id="[% messaging_preference.message_attribute_id %]" /> |
118 |
[% END %] |
126 |
[% END %] |
119 |
[% END %] |
127 |
[% END %] |
120 |
</td>[% END %] |
128 |
</td> |
|
|
129 |
[% ELSE %] |
130 |
<td>-</td> |
131 |
[% END %] |
132 |
[% END %] |
121 |
|
133 |
|
122 |
[% IF ( messaging_preference.transport_email ) %] |
134 |
[% IF ( messaging_preference.transport_email ) %] |
123 |
<td> |
135 |
<td> |
124 |
- |
|
|