Browse Source

updated departments

9.x-1.0
ppound 2 years ago
parent
commit
85e7a3b5c4
  1. 9
      src/Form/RoblibIllLoanForm.php

9
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'), 'Applied Human Sciences' => t('Applied Human Sciences'),
'Arts (General)' => t('Arts (General)'), 'Arts (General)' => t('Arts (General)'),
'Biology' => t('Biology'), 'Biology' => t('Biology'),
'Biotechnology' => t('Biotechnology'),
'Business' => t('Business'), 'Business' => t('Business'),
'Canadian Studies' => t('Canadian Studies'), 'Canadian Studies' => t('Canadian Studies'),
'Chemistry' => t('Chemistry'), 'Chemistry' => t('Chemistry'),
@ -409,17 +410,19 @@ Freedom of Information and Protection of Privacy Act and will be protected
'Financial Mathematics' => t('Financial Mathematics'), 'Financial Mathematics' => t('Financial Mathematics'),
'Foods and Nutrition' => t('Foods and Nutrition'), 'Foods and Nutrition' => t('Foods and Nutrition'),
'French' => t('French'), 'French' => t('French'),
'Global Affairs' => t('Global Affairs'), 'Graduate Studies (DrAH, Global Aff., etc.)' => t('Graduate Studies (DrAH, Global Aff., etc.)'),
'History' => t('History'), 'History' => t('History'),
'Ikeras' => t('Ikeras'),
'Integrated Studies' => t('Integrated Studies'), 'Integrated Studies' => t('Integrated Studies'),
'Island Studies' => t('Island Studies'), 'Island Studies' => t('Island Studies'),
'Journalism' => t('Journalism'), 'Journalism' => t('Journalism'),
'Kinesiology' => t('Kinesiology'), 'Kinesiology' => t('Kinesiology'),
'Library, Robertson' => t('Library, Robertson'), 'Library, Robertson' => t('Library, Robertson'),
'Nursing' => t('Nursing'),
'Mathematics' => t('Mathematics'), 'Mathematics' => t('Mathematics'),
'Medicine' => t('Medicine'),
'Modern Languages' => t('Modern Languages'), 'Modern Languages' => t('Modern Languages'),
'Music' => t('Music'), 'Music' => t('Music'),
'Nursing' => t('Nursing'),
'Paramedicine' => t('Paramedicine'), 'Paramedicine' => t('Paramedicine'),
'Philosophy' => t('Philosophy'), 'Philosophy' => t('Philosophy'),
'Physics' => t('Physics'), 'Physics' => t('Physics'),
@ -444,7 +447,7 @@ Freedom of Information and Protection of Privacy Act and will be protected
]; ];
$form['Department'] = [ $form['Department'] = [
'#type' => 'select', '#type' => 'select',
'#title' => t('Your Department'), '#title' => t('Your Department/Program'),
'#options' => $departments, '#options' => $departments,
'#required' => TRUE, '#required' => TRUE,
]; ];

Loading…
Cancel
Save