From ccfcd7cd3e200540c91992055b6bb6b96c52b80a Mon Sep 17 00:00:00 2001 From: ppound Date: Fri, 5 Jun 2020 10:42:05 -0300 Subject: [PATCH] updated the emergency message --- includes/form.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index b2f7fe9..f43deed 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -331,10 +331,11 @@ 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 = '
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.
'; + $emergency_message = '
Most libraries + are unable to provide access to physical resources at this time, so books, microfilm, + etc. are not available and requests for those will be automatically rejected. + You may request chapters from books, or journal articles. If they are not + currently accessible, you will be notified.
'; $form['#prefix'] = $emergency_message . '
'; $form['#suffix'] = '
* = Required Field
'; $type = upei_roblib_ill_get_request_variable('genre');