From 47a8a3019a14c1efc626f36ea8e8037e1f8a9306 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 12 Feb 2010 17:16:05 +0000 Subject: [PATCH] Remove one click ysc affiliation - they can use the upload fair statistics icon --- admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 63d0abd..290d69e 100644 --- a/admin/index.php +++ b/admin/index.php @@ -87,8 +87,8 @@ } echo " ".theme_icon("enter_winning_projects")."
".i18n("Enter Winning Projects")."
"; echo " ".theme_icon("one-click_cwsf_registration")."
".i18n("One-Click CWSF Registration")."
"; - echo " ".theme_icon("one-click_ysf_affiliation_stats")."
".i18n("One-Click YSC Affiliation Stats")."
"; - echo " ".theme_icon("fair_stats")."
".i18n("Upload Statistics")."
"; + echo " ".theme_icon("fair_stats")."
".i18n("Upload Fair Statistics")."
"; + echo " "; echo " \n"; echo "\n"; echo "
";