From 8ef6f7ea454648e6b484b7854a9b8c3e3d6ee67d Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 22 Dec 2007 10:17:16 +0000 Subject: [PATCH] - Update the admin judge page to make the order of things a bit more clear. --- admin/judges.php | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/admin/judges.php b/admin/judges.php index 2272f48c..758227d9 100644 --- a/admin/judges.php +++ b/admin/judges.php @@ -31,21 +31,26 @@ 'Administration' => 'admin/index.php') ); echo "
"; + echo ''.i18n('Judges').''; + echo ''.i18n('Create the Judging Schedule').''; + echo ''.i18n('Edit the Judging Schedule').''; - echo "".i18n("Manage Divisional Judging Groupings")."
"; - echo "".i18n("Judging automatic scheduler")."
"; send_footer();