This doesn't work in the staff client, so hiding option from the patron
self-registration form and from the patron's My Account settings until
we have moved to the web client. (It still appears in the staff client,
so can be set there, but it will be virtually non-functional if set.)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
</tr>
[% END %]
[% FOR optin IN ctx.opt_in_settings %]
- <tr>
- <td><label for='[% optin.cust.name | uri %]'>[% optin.cust.label | html %]</label></td>
- <td>
- <input type='checkbox' name='setting'
- value='[% optin.cust.name | uri %]'
- id='[% optin.cust.name | uri %]'
- title="[% optin.cust.label | html %]"
- [% IF optin.value %] checked='checked' [% END %]/>
- </td>
- </tr>
+ <!-- PINES: Disable email checkout receipts option until bug is fixed -->
[% END %]
</tbody>
</table>
<!-- ====> shifting the code back to the right for context -->
[% IF ctx.register.opt_in_settings.size > 0 %]
[% FOR optin IN ctx.register.opt_in_settings %]
- <tr>
- <td><label for="stgs.[% optin.name | uri %]'">[% optin.label | html %]</label></td>
- <td>
- <input type='checkbox'
- name='stgs.[% optin.name | uri %]'
- id='stgs.[% optin.name | uri %]'
- title="[% optin.label | html %]"
- ></input>
- </td>
- <td><!-- display errors and example text --></td>
- </tr>
+ <!-- PINES: Disable email checkout receipts option until bug is fixed -->
[% END %]
[% END %]
<tr>