From abcd327e5a79cf6627a7ebd7d05b1ce26c7a4342 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 30 Mar 2005 18:05:53 +0000 Subject: [PATCH] remove brackets from subdivisions change areas of expertise table to use class=summarytable --- admin/judges_info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/judges_info.php b/admin/judges_info.php index d893d53..10e5a3f 100644 --- a/admin/judges_info.php +++ b/admin/judges_info.php @@ -147,7 +147,7 @@ echo "
"; echo "
"; echo "

Areas of Expertise

"; - echo ""; + echo "
"; //grab the list of divisions, because the last fields of the table will be the sub-divisions $q=mysql_query("SELECT * FROM projectdivisions ORDER BY id AND year='".$config['FAIRYEAR']."'"); @@ -178,14 +178,14 @@ foreach($divs as $div) { - echo ""; + echo ""; echo " "; echo "
".i18n($divnames[$div])."
".i18n($divnames[$div])."".$judge_divs[$div]."/5"; if(count($judge_subdivs[$div])) { $divdata=implode(",",$judge_subdivs[$div]); - echo "($divdata)"; + echo "$divdata"; } else echo " ";