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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (-2 / +1 lines)
Lines 25-31 Link Here
25
        [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %]
25
        [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %]
26
        [% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %]
26
        [% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %]
27
        <th>Email</th>
27
        <th>Email</th>
28
        <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 mesage." data-placement="right" class="icon icon-info-sign"></i></th>
28
        <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="icon icon-info-sign"></i></th>
29
        <!-- <th>RSS</th> -->
29
        <!-- <th>RSS</th> -->
30
        [% UNLESS ( messaging_form_inactive ) %]<th>Do not notify</th>[% END %]
30
        [% UNLESS ( messaging_form_inactive ) %]<th>Do not notify</th>[% END %]
31
    </tr>
31
    </tr>
32
- 

Return to bug 14127