From 498bafa5c3afec4759ce0b5fa4e92d7337a8bb06 Mon Sep 17 00:00:00 2001 From: ppound Date: Wed, 25 Mar 2020 09:33:43 -0300 Subject: [PATCH] allow ILL with warning message --- includes/form.inc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index 7b6a484..b2f7fe9 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -38,8 +38,6 @@ function upei_roblib_ill_form($form, &$form_state) { */ function upei_roblib_ill_form_validate($form, &$form_state) { module_load_include('inc', 'upei_roblib_ill', 'includes/relais'); - form_set_error('Title', t('Inter Library Load is currently unavailable.')); - return; if ($form_state['step'] == 'upei_roblib_ill_auth_form') { if (!valid_email_address($form_state['values']['DeliveryAddress'])) { form_set_error('DeliveryAddress', t('Your email address appears to be invalid.')); @@ -333,11 +331,10 @@ Freedom of Information and Protection of Privacy Act and will be protected */ function upei_roblib_ill_request_form($form, &$form_state) { module_load_include('inc', 'upei_roblib_ill', 'includes/utilities'); - $emergency_message = '
Due to ongoing Public Health concerns, we are unable to - accept any Interlibrary Loan (LL) requests at this time. Requests previously - submitted are also unlikely to be filled until staff here and at our partner - libraries are able to return to their workplaces. We apologize for any - inconvenience.
'; + $emergency_message = '
Libraries are unable + to provide access to physical resources at this time, so, print books, chapters + from print books, articles from print journal holdings, microfilm/microfiche will not be available. + You can still request chapters from ebooks, or journal articles.
'; $form['#prefix'] = $emergency_message . '
'; $form['#suffix'] = '
* = Required Field
'; $type = upei_roblib_ill_get_request_variable('genre');