From 85e7a3b5c48e1e3a71bdf0271c76643fa2e6c1be Mon Sep 17 00:00:00 2001 From: ppound Date: Thu, 6 Oct 2022 14:11:30 -0300 Subject: [PATCH] updated departments --- src/Form/RoblibIllLoanForm.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Form/RoblibIllLoanForm.php b/src/Form/RoblibIllLoanForm.php index 5809de1..752ffa5 100644 --- a/src/Form/RoblibIllLoanForm.php +++ b/src/Form/RoblibIllLoanForm.php @@ -396,6 +396,7 @@ Freedom of Information and Protection of Privacy Act and will be protected 'Applied Human Sciences' => t('Applied Human Sciences'), 'Arts (General)' => t('Arts (General)'), 'Biology' => t('Biology'), + 'Biotechnology' => t('Biotechnology'), 'Business' => t('Business'), 'Canadian Studies' => t('Canadian Studies'), 'Chemistry' => t('Chemistry'), @@ -409,17 +410,19 @@ Freedom of Information and Protection of Privacy Act and will be protected 'Financial Mathematics' => t('Financial Mathematics'), 'Foods and Nutrition' => t('Foods and Nutrition'), 'French' => t('French'), - 'Global Affairs' => t('Global Affairs'), + 'Graduate Studies (DrAH, Global Aff., etc.)' => t('Graduate Studies (DrAH, Global Aff., etc.)'), 'History' => t('History'), + 'Ikeras' => t('Ikeras'), 'Integrated Studies' => t('Integrated Studies'), 'Island Studies' => t('Island Studies'), 'Journalism' => t('Journalism'), 'Kinesiology' => t('Kinesiology'), 'Library, Robertson' => t('Library, Robertson'), - 'Nursing' => t('Nursing'), 'Mathematics' => t('Mathematics'), + 'Medicine' => t('Medicine'), 'Modern Languages' => t('Modern Languages'), 'Music' => t('Music'), + 'Nursing' => t('Nursing'), 'Paramedicine' => t('Paramedicine'), 'Philosophy' => t('Philosophy'), 'Physics' => t('Physics'), @@ -444,7 +447,7 @@ Freedom of Information and Protection of Privacy Act and will be protected ]; $form['Department'] = [ '#type' => 'select', - '#title' => t('Your Department'), + '#title' => t('Your Department/Program'), '#options' => $departments, '#required' => TRUE, ];