From f83dcfebd021611eeef2d457d0f0a873f51cc8c1 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 30 Jan 2007 07:45:12 +0000 Subject: [PATCH] - Add the award critera to the page where we input the winners, just so the person doing the data entry has the option to sanity check the results. --- admin/winners.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/admin/winners.php b/admin/winners.php index 53d397a..6e00ae7 100644 --- a/admin/winners.php +++ b/admin/winners.php @@ -88,6 +88,7 @@ if($action=="edit" && $edit) $q=mysql_query("SELECT award_awards.id, award_awards.name, + award_awards.criteria, award_awards.order AS awards_order, award_types.type FROM @@ -138,11 +139,8 @@ if($action=="edit" && $edit) */ // echo ""; - echo ""; - echo " $r->type - \n"; - echo " $r->name \n"; - echo ""; - echo "
"; + echo "{$r->type} - {$r->name}
"; + echo "{$r->criteria}
"; $pq=mysql_query("SELECT award_prizes.prize,