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:
Owen Leonard 2011-08-24 09:50:19 -04:00 committed by Chris Cormack
parent 3270d384c5
commit 666a2316d8

View file

@ -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"