Lines 78-84
Link Here
|
78 |
[% ELSIF ( messaging_preference.Auto_Renewals ) %]<span>Auto renewal</span> |
78 |
[% ELSIF ( messaging_preference.Auto_Renewals ) %]<span>Auto renewal</span> |
79 |
[% ELSE %]<span>Unknown</span> [% END %]</td> |
79 |
[% ELSE %]<span>Unknown</span> [% END %]</td> |
80 |
[% IF ( messaging_preference.takes_days ) %] |
80 |
[% IF ( messaging_preference.takes_days ) %] |
81 |
<td><select class="input-mini" name="[% messaging_preference.message_attribute_id | html %]-DAYS" aria-label="Choose how many days in advance you wish to receive notice"> |
81 |
<td><select class="input-mini" name="[% messaging_preference.message_attribute_id | html %]-DAYS" aria-label="Choose how many days in advance you wish to receive the message"> |
82 |
[% FOREACH select_day IN messaging_preference.select_days %] |
82 |
[% FOREACH select_day IN messaging_preference.select_days %] |
83 |
[% IF ( select_day.selected ) %] |
83 |
[% IF ( select_day.selected ) %] |
84 |
<option value="[% select_day.day | html %]" selected="selected">[% select_day.day | html %]</option> |
84 |
<option value="[% select_day.day | html %]" selected="selected">[% select_day.day | html %]</option> |
Lines 94-102
Link Here
|
94 |
[% IF ( messaging_preference.transport_sms ) %] |
94 |
[% IF ( messaging_preference.transport_sms ) %] |
95 |
<td class="selectcol"> |
95 |
<td class="selectcol"> |
96 |
[% IF ( messaging_preference.transports_sms ) %] |
96 |
[% IF ( messaging_preference.transports_sms ) %] |
97 |
<input type="checkbox" aria-label="Unselect sms messaging" class="pmp_sms" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" /> |
97 |
<input type="checkbox" aria-label="Unselect SMS messaging" class="pmp_sms" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" /> |
98 |
[% ELSE %] |
98 |
[% ELSE %] |
99 |
<input type="checkbox" aria-label="Select sms messaging" class="pmp_sms" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" /> |
99 |
<input type="checkbox" aria-label="Select SMS messaging" class="pmp_sms" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" /> |
100 |
[% END %] |
100 |
[% END %] |
101 |
</td> |
101 |
</td> |
102 |
[% ELSE %] |
102 |
[% ELSE %] |
Lines 138-144
Link Here
|
138 |
value="itiva" checked="checked" /> |
138 |
value="itiva" checked="checked" /> |
139 |
[% ELSE %] |
139 |
[% ELSE %] |
140 |
<input type="checkbox" |
140 |
<input type="checkbox" |
141 |
aria-label="Select notification by phone" |
141 |
aria-label="Select itiva messaging" |
142 |
class="itiva" |
142 |
class="itiva" |
143 |
id="itiva[% messaging_preference.message_attribute_id | html %]" |
143 |
id="itiva[% messaging_preference.message_attribute_id | html %]" |
144 |
name="[% messaging_preference.message_attribute_id | html %]" |
144 |
name="[% messaging_preference.message_attribute_id | html %]" |
145 |
- |
|
|