diff --git a/flexprofile_mj/views/default/profile/edit.php b/flexprofile_mj/views/default/profile/edit.php index d6ede8e2f21a87f2b5ffe2389476ae9e2b518896..c34720796f35853f4199294b2e0f78e85b1e1632 100755 --- a/flexprofile_mj/views/default/profile/edit.php +++ b/flexprofile_mj/views/default/profile/edit.php @@ -26,7 +26,7 @@ if ($form) { /* import forms css */ echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.css");</style>'; /* add 'cool' class to form */ -echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /></div>'; +echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>'; echo '<form action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="cool">'; /* add fieldset and legend */ echo '<fieldset><legend>Edit Information</legend><ol>'; diff --git a/unl_theme/actions/login.php b/unl_theme/actions/login.php index 3568021f8c90b593e40340ab8cb8016a7a3cab7c..612b04a258b10e192ae3ff3322e13190dba6cb15 100644 --- a/unl_theme/actions/login.php +++ b/unl_theme/actions/login.php @@ -56,7 +56,7 @@ $lastlogin_date = $_SESSION['user']->last_login; if (!$lastlogin_date){ - forward('mod/profile/edit.php?firstlogin=yes'); + forward("mod/profile/edit.php?firstlogin=yes&username=$username"); } forward("pg/profile/$username"); } diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php index 44494e8b35a28b8a65975bd09f8c9902c62e0131..db3d11cd80e0805747bef8a3048d5b24720b7fd4 100644 --- a/unl_theme/views/default/page_elements/header.php +++ b/unl_theme/views/default/page_elements/header.php @@ -491,7 +491,7 @@ if ($vars['title'] == "Edit profile") { '<option value="prospect">Prospective Student</option>'+ '<option value="student">Current Student</option>'+ '<option value="parent">Parent of a Prospective Student and/or Current Student</option>'+ - '<option value="alum">Alum</option>'+ + '<option value="alum">Alumnus</option>'+ '<option value="facstaff">Faculty/Staff</option>'+ '<option value="resident">Nebraska Resident</option>'+ '<option value="friend">Friend of the University</option>'+