From c3b532b16168d9259c9f6c5120cd3fb54356d1b7 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 17 Sep 2009 19:31:32 +0000 Subject: [PATCH] Move awards management to the top - its what will be used the most from here Rename award sponsors to just sponsors, as it now does all types of sponsors Remove the sponsor contacts, they will shortly be accessible via a tab of the sponsors editor --- admin/awards.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/awards.php b/admin/awards.php index d30748b..d69051f 100644 --- a/admin/awards.php +++ b/admin/awards.php @@ -34,9 +34,8 @@ require_once("rerollprizes.php"); echo "
"; - echo "".i18n('Award Sponsors')."
"; - echo "".i18n('Award Sponsors Contacts')."
"; echo "".i18n('Awards Management')."
"; + echo "".i18n('Sponsors')."
"; echo "
"; echo "".i18n('Edit prize template for the divisional awards').""; echo "
";