From 0b1dc290b37efc88809f85fdfe04596ccf1c6d53 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Fri, 18 Sep 2009 21:18:09 +0000 Subject: [PATCH] use show all icon for featured huskers. --- plugins/globe/views/default/globe/content.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index 10ad1182..1647e5b8 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -80,7 +80,7 @@ <div class="globeGroup col left" id="plotFriends"> - <h3 class="sec_header">Your Friends <span class="plotOnMap">Show Us</span></h3> + <h3 class="sec_header">Your Friends <span class="plotOnMap">Show All</span></h3> <script type="text/javascript">var friend = new Array();</script> <?php $fc = 0; @@ -148,7 +148,7 @@ echo 'Friends of UNL'; else echo 'Users Like You'; - ?> <span class="plotOnMap">Show Us</span></h3> + ?> <span class="plotOnMap">Show All</span></h3> <script type="text/javascript">var role = new Array();</script> <?php $rc = 0; @@ -195,7 +195,7 @@ </div> <div class="globeGroup col right" id="plotFeatured"> - <h3 class="sec_header">Featured Huskers <span class="plotOnMap hide">Show Us</span></h3> + <h3 class="sec_header">Featured Huskers <span class="plotOnMap">Show All</span></h3> <!-- row 1 --> <div class="member_icon"> -- GitLab