|
Lines 32-46
Link Here
|
| 32 |
<input type="hidden" name="modify" value="yes" /> |
32 |
<input type="hidden" name="modify" value="yes" /> |
| 33 |
|
33 |
|
| 34 |
<table class="table table-bordered table-condensed table-striped"> |
34 |
<table class="table table-bordered table-condensed table-striped"> |
| 35 |
<tr> |
35 |
<thead> |
| 36 |
<th> </th> |
36 |
<tr> |
| 37 |
<th>Days in advance</th> |
37 |
<th> </th> |
| 38 |
[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] |
38 |
<th>Days in advance</th> |
| 39 |
[% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] |
39 |
[% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] |
| 40 |
<th>Email</th> |
40 |
[% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] |
| 41 |
<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> |
41 |
<th>Email</th> |
| 42 |
<!-- <th>RSS</th> --><th>Do not notify</th> |
42 |
<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> |
| 43 |
</tr> |
43 |
<!-- <th>RSS</th> --><th>Do not notify</th> |
|
|
44 |
</tr> |
| 45 |
</thead> |
| 46 |
<tbody> |
| 44 |
[% FOREACH messaging_preference IN messaging_preferences %] |
47 |
[% FOREACH messaging_preference IN messaging_preferences %] |
| 45 |
<tr> |
48 |
<tr> |
| 46 |
<td>[% IF ( messaging_preference.Item_Due ) %]Item due |
49 |
<td>[% IF ( messaging_preference.Item_Due ) %]Item due |
|
Lines 117-122
Link Here
|
| 117 |
<td><input type="checkbox" class="none" id="none[% messaging_preference.message_attribute_id %]" /></td> |
120 |
<td><input type="checkbox" class="none" id="none[% messaging_preference.message_attribute_id %]" /></td> |
| 118 |
</tr> |
121 |
</tr> |
| 119 |
[% END # / FOREACH messaging_preferences%] |
122 |
[% END # / FOREACH messaging_preferences%] |
|
|
123 |
</tbody> |
| 120 |
</table> |
124 |
</table> |
| 121 |
|
125 |
|
| 122 |
<fieldset class="rows"> |
126 |
<fieldset class="rows"> |
| 123 |
- |
|
|