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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (-5 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>Do not notify</th>[% END %]
15
    </tr>
14
    </tr>
16
    [% FOREACH messaging_preference IN messaging_preferences %]
15
    [% FOREACH messaging_preference IN messaging_preferences %]
17
    <tr>
16
    <tr>
Lines 190-198 Link Here
190
      <td>-</td>
189
      <td>-</td>
191
      [% END %] -->
190
      [% END %] -->
192
191
193
      [% UNLESS ( messaging_form_inactive ) %]
194
      <td><input type="checkbox" class="none" id="none[% messaging_preference.message_attribute_id | html %]" /></td>
195
      [% END %]
196
    </tr>
192
    </tr>
197
    [% END %]
193
    [% END %]
198
  </table>
194
  </table>
199
- 

Return to bug 22744