diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index 4829a313330fcb7c70e58088be557b204162b894..eac8cdc1cada5863fbbc36bb973fff47ea4201c3 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -132,20 +132,20 @@ <div class="globeGroup two_col middle" id="plotRoles"> <h3 class="sec_header"><?php - if($me->profile_role == 'prospect') - echo 'Prospective Students'; - else if($me->profile_role == 'student') - echo 'Students'; - else if($me->profile_role == 'parent') + if($me->profile_role == 'Prospective Student') + echo 'Other Prospective Students'; + else if($me->profile_role == 'Current Student') + echo 'Other Students'; + else if($me->profile_role == 'Parent of a Student') echo 'Fellow Parents'; - else if($me->profile_role == 'alum') - echo 'Alumni'; - else if($me->profile_role == 'facstaff') - echo 'Faculty/Staff'; - else if($me->profile_role == 'resident') - echo 'Residents of Nebraska'; - else if($me->profile_role == 'friends') - echo 'Friends of UNL'; + else if($me->profile_role == 'Alumnus') + echo 'Other Alumni'; + else if($me->profile_role == 'Faculty/Staff') + echo 'Other Faculty/Staff'; + else if($me->profile_role == 'Nebraska Resident') + echo 'Other Residents of Nebraska'; + else if($me->profile_role == 'Friend of the University') + echo 'Other Friends of UNL'; else echo 'Other Users Like You'; ?> <span class="plotOnMap">Show All</span></h3> @@ -326,4 +326,4 @@ <div class="clear"></div> -<span style="font-size:.8em;font-style:italic">Icons are only clickable if that user has edited their profile with their location. Otherwise, we don't know where to put them!</span> +<p style="font-size:.8em;font-style:italic;margin-top:20px">Icons are only clickable if that user has edited their profile with their location. Otherwise, we don't know where to put them!</p>