|
Lines 48-53
Link Here
|
| 48 |
<th>Days in advance</th> |
48 |
<th>Days in advance</th> |
| 49 |
[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] |
49 |
[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] |
| 50 |
[% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] |
50 |
[% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] |
|
|
51 |
[% IF Koha.Preference('PhoneNotification') %]<th>Phone</th>[% END %] |
| 51 |
<th>Email</th> |
52 |
<th>Email</th> |
| 52 |
<th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="fa fa-info-circle"></i></th> |
53 |
<th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="fa fa-info-circle"></i></th> |
| 53 |
</tr> |
54 |
</tr> |
|
Lines 93-98
Link Here
|
| 93 |
<td>-</td> |
94 |
<td>-</td> |
| 94 |
[% END %] |
95 |
[% END %] |
| 95 |
[% END %] |
96 |
[% END %] |
|
|
97 |
[% IF Koha.Preference('PhoneNotification') %] |
| 98 |
[% IF ( messaging_preference.transport_phone ) %] |
| 99 |
<td> |
| 100 |
[% IF ( messaging_preference.transports_phone ) %] |
| 101 |
<input type="checkbox" |
| 102 |
id="phone[% messaging_preference.message_attribute_id | html %]" |
| 103 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 104 |
value="phone" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> |
| 105 |
[% ELSE %] |
| 106 |
<input type="checkbox" |
| 107 |
id="phone[% messaging_preference.message_attribute_id | html %]" |
| 108 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 109 |
value="phone" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" /> |
| 110 |
[% END %] |
| 111 |
</td> |
| 112 |
[% ELSE %] |
| 113 |
<td>-</td> |
| 114 |
[% END %] |
| 115 |
[% END %] |
| 96 |
[% IF ( TalkingTechItivaPhone ) %] |
116 |
[% IF ( TalkingTechItivaPhone ) %] |
| 97 |
[% IF ( messaging_preference.transport_itiva ) %] |
117 |
[% IF ( messaging_preference.transport_itiva ) %] |
| 98 |
<td> |
118 |
<td> |
| 99 |
- |
|
|