diff --git a/uw_bulk_brochure_request.module b/uw_bulk_brochure_request.module index 2dfbbfd93a897dc4503b75647bd97c4b54a275da..e0909af037f29e32bded30c17ecf37df167c47ff 100644 --- a/uw_bulk_brochure_request.module +++ b/uw_bulk_brochure_request.module @@ -104,6 +104,8 @@ function uw_bulk_brochure_request_admin() { "faculty_bundle" => t('Faculty brochures only'), // AHS,ENG, ENV, MATH, SCI, Honours arts, AFM, CS, ARCH, PHARM, OPTOM //"faculty_school_bundle" => t('Faculty and professional school brochures only'), + "num_honours_art_c" => t('Honours Arts'), + "num_art_business_c" => t('Honours Arts and Business'), "num_ahs_c" => t('Faculty of Applied Health Sciences'), "num_engineering_c" => t('Faculty of Engineering'), "num_environment_c" => t('Faculty of Environment'), @@ -115,8 +117,6 @@ function uw_bulk_brochure_request_admin() { "num_pharmacy_c" => t('School of Pharmacy'), "num_cs_c" => t('David R. Cheriton School of Computer Science'), "num_gbda_c" => t('Global Business and Digital Arts'), - "num_honours_art_c" => t('Honours Arts'), - "num_art_business_c" => t('Honours Arts and Business'), "num_ki_c" => t('Knowledge Integration'), "num_bus_account_c" => t('Mathematics, Business and Accounting'), "num_grebel_c" => t('Conrad Grebel University College'), @@ -174,6 +174,8 @@ function uw_bulk_brochure_request_form($form_state) { "num_national_admissions_c" => t('Canadian viewbook'), "num_intl_admissions_c" => t('International viewbook'), "num_pathways_c" => t('College transfer student viewbook'), + "num_honours_art_c" => t('Honours Arts'), + "num_art_business_c" => t('Honours Arts and Business'), "num_ahs_c" => t('Faculty of Applied Health Sciences'), "num_engineering_c" => t('Faculty of Engineering'), "num_environment_c" => t('Faculty of Environment'), @@ -185,8 +187,6 @@ function uw_bulk_brochure_request_form($form_state) { "num_pharmacy_c" => t('School of Pharmacy'), "num_cs_c" => t('David R. Cheriton School of Computer Science'), "num_gbda_c" => t('Global Business and Digital Arts'), - "num_honours_art_c" => t('Honours Arts'), - "num_art_business_c" => t('Honours Arts and Business'), "num_ki_c" => t('Knowledge Integration'), "num_bus_account_c" => t('Mathematics, Business and Accounting'), "num_grebel_c" => t('Conrad Grebel University College'),