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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (-2 / +1 lines)
Lines 11-17 Link Here
11
        <th>Email</th>
11
        <th>Email</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>
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>RSS</th> -->
13
        <!-- <th>RSS</th> -->
14
        [% UNLESS ( messaging_form_inactive ) %]<th>Clear</th>[% END %]
14
        [% UNLESS ( messaging_form_inactive ) %]<th>Clear notification preference</th>[% END %]
15
    </tr>
15
    </tr>
16
    [% FOREACH messaging_preference IN messaging_preferences %]
16
    [% FOREACH messaging_preference IN messaging_preferences %]
17
    <tr>
17
    <tr>
18
- 

Return to bug 22744