|
Lines 9-14
Link Here
|
| 9 |
[% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %] |
9 |
[% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %] |
| 10 |
[% IF Koha.Preference('TalkingTechItivaPhoneNotification') || Koha.Preference('PhoneNotification') %]<th>Phone</th>[% END %] |
10 |
[% IF Koha.Preference('TalkingTechItivaPhoneNotification') || Koha.Preference('PhoneNotification') %]<th>Phone</th>[% END %] |
| 11 |
<th>Email</th> |
11 |
<th>Email</th> |
|
|
12 |
<th>Print</th> |
| 12 |
<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> |
13 |
<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> |
| 13 |
<!-- <th>RSS</th> --> |
14 |
<!-- <th>RSS</th> --> |
| 14 |
</tr> |
15 |
</tr> |
|
Lines 180-185
Link Here
|
| 180 |
<td>-</td> |
181 |
<td>-</td> |
| 181 |
[% END %] |
182 |
[% END %] |
| 182 |
|
183 |
|
|
|
184 |
[% IF ( messaging_preference.transport_print ) %] |
| 185 |
<td> |
| 186 |
[% IF ( messaging_form_inactive ) %] |
| 187 |
[% IF ( messaging_preference.transports_print ) %] |
| 188 |
<input type="checkbox" |
| 189 |
id="email[% messaging_preference.message_attribute_id | html %]" |
| 190 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 191 |
value="print" class="pmp_print" checked="checked" disabled="disabled" /> |
| 192 |
[% ELSE %] |
| 193 |
<input type="checkbox" |
| 194 |
id="email[% messaging_preference.message_attribute_id | html %]" |
| 195 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 196 |
value="email" class="pmp_print" disabled="disabled" /> |
| 197 |
[% END %] |
| 198 |
[% ELSE %] |
| 199 |
[% IF ( messaging_preference.transports_print ) %] |
| 200 |
<input type="checkbox" |
| 201 |
id="email[% messaging_preference.message_attribute_id | html %]" |
| 202 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 203 |
value="print" checked="checked" class="pmp_print active_notify" data-attr-id="[% messaging_preference.message_attribute_id | html %]" /> |
| 204 |
[% ELSE %] |
| 205 |
<input type="checkbox" |
| 206 |
id="email[% messaging_preference.message_attribute_id | html %]" |
| 207 |
name="[% messaging_preference.message_attribute_id | html %]" |
| 208 |
value="print" class="pmp_print active_notify" data-attr-id="[% messaging_preference.message_attribute_id | html %]" /> |
| 209 |
[% END %] |
| 210 |
[% END %] |
| 211 |
</td> |
| 212 |
[% END %] |
| 213 |
|
| 183 |
[% IF ( messaging_preference.has_digest ) %] |
214 |
[% IF ( messaging_preference.has_digest ) %] |
| 184 |
<td> |
215 |
<td> |
| 185 |
[% IF ( messaging_form_inactive ) %] |
216 |
[% IF ( messaging_form_inactive ) %] |
| 186 |
- |
|
|