Browse Source

updated the list of departments

9.x-1.0
ppound 5 years ago
parent
commit
49bf39fdc9
  1. 43
      includes/form.inc

43
includes/form.inc

@ -216,39 +216,52 @@ Freedom of Information and Protection of Privacy Act and will be protected
'Other' => 'Other', 'Other' => 'Other',
]; ];
$departments = [ $departments = [
'Actuarial Science' => t('Actuarial Science'),
'Analytics' => t('Analytics'),
'Applied Communication, Leadership, and Culture' => t('Applied Communication, Leadership, and Culture'),
'Applied Health Services Research' => t('Applied Health Services Research'),
'Applied Human Sciences' => t('Applied Human Sciences'), 'Applied Human Sciences' => t('Applied Human Sciences'),
'AVC - Biomedical Sciences' => t('AVC - Biomedical Sciences'), 'Arts (General)' => t('Arts (General)'),
'AVC - Companion Animals' => t('AVC - Companion Animals'),
'AVC - Health Management' => t('AVC - Health Management'),
'AVC - Pathology/Microbiology' => t('AVC - Pathology/Microbiology'),
'AVC - Lobster Science' => t('AVC - Lobster Science'),
'Biology' => t('Biology'), 'Biology' => t('Biology'),
'Business' => t('Business'), 'Business' => t('Business'),
'Canadian Studies' => t('Canadian Studies'),
'Chemistry' => t('Chemistry'), 'Chemistry' => t('Chemistry'),
'Classics' => t('Classics'), 'Climate Change and Adaptation' => t('Climate Change and Adaptation'),
'Computer Science' => t('Computer Science'),
'Diversity and Social Justice Studies' => t('Diversity and Social Justice Studies'), 'Diversity and Social Justice Studies' => t('Diversity and Social Justice Studies'),
'Economics' => t('Economics'), 'Economics' => t('Economics'),
'Education' => t('Education'), 'Education' => t('Education'),
'English' => t('English'), 'English' => t('English'),
'Engineering' => t('Engineering'), 'Environmental Studies/Sciences' => t('Environmental Studies/Sciences'),
'Environmental Studies' => t('Environmental Studies'), 'Financial Mathematics' => t('Financial Mathematics'),
'Fine Arts' => t('Fine Arts'), 'Foods and Nutrition' => t('Foods and Nutrition'),
'French' => t('French'),
'Global Affairs' => t('Global Affairs'),
'History' => t('History'), 'History' => t('History'),
'Integrated Studies' => t('Integrated Studies'),
'Island Studies' => t('Island Studies'), 'Island Studies' => t('Island Studies'),
'Island Studies (Masters)' => t('Island Studies (Masters)'), 'Journalism' => t('Journalism'),
'Robertson Library' => t('Robertson Library'), 'Kinesiology' => t('Kinesiology'),
'Robertson Library' => t('Robertson Library'), 'Library, Robertson' => t('Library, Robertson'),
'Mathematical and Computational Sciences' => t('Mathematical and Computational Sciences'), 'Nursing' => t('Nursing'),
'Mathematics' => t('Mathematics'),
'Modern Languages' => t('Modern Languages'), 'Modern Languages' => t('Modern Languages'),
'Music' => t('Music'), 'Music' => t('Music'),
'Nursing' => t('Nursing'), 'Paramedicine' => t('Paramedicine'),
'Philosophy' => t('Philosophy'), 'Philosophy' => t('Philosophy'),
'Physics' => t('Physics'), 'Physics' => t('Physics'),
'Political Science' => t('Political Science'), 'Political Science' => t('Political Science'),
'Psychology' => t('Psychology'), 'Psychology' => t('Psychology'),
'Radiography' => t('Radiography'),
'Religious Studies' => t('Religious Studies'), 'Religious Studies' => t('Religious Studies'),
'Science (General)' => t('Science (General)'),
'Sociology/Anthropology' => t('Sociology/Anthropology'), 'Sociology/Anthropology' => t('Sociology/Anthropology'),
'Other' => t('Other (Please add to the Notes field)'), 'Spanish' => t('Spanish'),
'Statistics' => t('Statistics'),
'Sustainable Design Engineering' => t('Sustainable Design Engineering'),
'Wildlife Conservation' => t('Wildlife Conservation'),
'Veterinary Medicine' => t('Veterinary Medicine'),
'Other' => ('Other (please add to the notes field)'),
]; ];
$form['patron_type'] = [ $form['patron_type'] = [
'#type' => 'select', '#type' => 'select',

Loading…
Cancel
Save