Follow-up fix for Bug 6726 - When SMS is enabled the messaging table is misaligned
Corresponding fix for the OPAC Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
3270d384c5
commit
666a2316d8
1 changed files with 3 additions and 3 deletions
|
@ -58,14 +58,14 @@
|
|||
[% ELSE %]
|
||||
<td>-</td>
|
||||
[% END %]
|
||||
<!-- [% IF ( messaging_preference.transport_sms ) %]
|
||||
[% IF ( messaging_preference.SMSSendDriver ) %]<td><input type="checkbox"
|
||||
[% IF ( messaging_preference.transport_sms ) %]
|
||||
[% IF ( SMSSendDriver ) %]<td><input type="checkbox"
|
||||
id="sms[% messaging_preference.message_attribute_id %]"
|
||||
name="[% messaging_preference.message_attribute_id %]"
|
||||
value="sms" [% messaging_preference.transport_sms %] onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id %].checked=false;" /></td>[% END %]
|
||||
[% ELSE %]
|
||||
<td>-</td>
|
||||
[% END %] -->
|
||||
[% END %]
|
||||
|
||||
[% IF ( messaging_preference.transport_email ) %]
|
||||
<td><input type="checkbox"
|
||||
|
|
Loading…
Reference in a new issue