From d796fc0977d6a221543fc047acb8f01d6580ff0e Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Mon, 21 Sep 2009 16:42:19 +0000 Subject: [PATCH] alumnus instead of alum --- unl_theme/views/default/page_elements/header.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php index 1cbb6267..bae7a1f5 100644 --- a/unl_theme/views/default/page_elements/header.php +++ b/unl_theme/views/default/page_elements/header.php @@ -518,8 +518,7 @@ if ($vars['title'] == "Edit profile") { case "parent of a student" : $("form select[name=form_data_profile_role] option[value='Parent of a Student']").attr('selected','selected'); break; - case "alumnus" : - case "alum": + case "alumnus": $("form select[name=form_data_profile_role] option[value='Alumnus']").attr('selected','selected'); break; case "faculty/staff" : -- GitLab