From cac9bd3e24b52ea587271e6bae121fd950055a57 Mon Sep 17 00:00:00 2001 From: ppound Date: Wed, 30 Sep 2020 10:26:53 -0300 Subject: [PATCH] updated covid message allowing books within atlantic bubble --- includes/form.inc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index f43deed..6817ed7 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -331,11 +331,18 @@ 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 = '
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.
'; + $emergency_message = '
+Due to the current Covid-19 restrictions, many libraries are unable to provide +print books or other "returnables." We are neither borrowing from nor lending +to libraries outside the Atlantic bubble but both UPEI patrons and other +libraries are now able to submit requests and we will do our best to +locate/provide a print copy within Atlantic Canada. Note that ebooks cannot +be "borrowed" through ILL -- not just now but at any time -- due to publisher +restrictions. Libraries must purchase ebooks in order to access them. We are +able to provide ebook chapters, e-journal articles, etc. Scan on Demand +(Scanning from our books or print journals) also resumed as of May 25. Simply +choose the appropriate form (Book Chapter or Journal Article) from the drop-down + menu associated with "Item Type".
'; $form['#prefix'] = $emergency_message . '
'; $form['#suffix'] = '
* = Required Field
'; $type = upei_roblib_ill_get_request_variable('genre');