From 1aaef29544223b28e304c7a769d07accbe1dff05 Mon Sep 17 00:00:00 2001 From: ppound Date: Thu, 29 Aug 2019 10:02:57 -0300 Subject: [PATCH] more changes requested in ticket --- includes/form.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index afc808a..0a6f918 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -211,7 +211,6 @@ Freedom of Information and Protection of Privacy Act and will be protected 'Undergraduate Student' => t('Undergraduate Student'), 'Masters Student' => t('Masters Student'), 'Doctoral Student' => t('Doctoral Student'), - 'Honours Undergraduate Student' => t('Honours Undergraduate Student'), 'Alumni Premiere Subscriber' => t('Alumni Premiere Subscriber'), 'Alumni/Public' => t('Alumni/Public'), 'Other' => 'Other', @@ -265,7 +264,7 @@ Freedom of Information and Protection of Privacy Act and will be protected ]; $form['DeliveryAddress'] = [ '#type' => 'textfield', - '#title' => t('Your Email'), + '#title' => t('Your Email (If using an email address other than @upei.ca, enter that address in the Notes field as well.)'), '#size' => 50, '#required' => TRUE, ]; @@ -334,7 +333,7 @@ function upei_roblib_ill_request_form($form, &$form_state) { ]; $form['doi'] = [ '#type' => 'textfield', - '#title' => t("DOI (ex: 10.1016/j.ypmed.2019.01.018)"), + '#title' => t("DOI (ex: 10.1016/j.ypmed.2019.01.018) more info"), '#default_value' => upei_roblib_ill_get_doi_from_request(), //'#description' => 'DOI, if you provide a DOI we will attempt to lookup the record for you', '#size' => 50,