- Remove some old "Back to" links, the navbar does it now.

This commit is contained in:
dave 2008-02-28 19:34:39 +00:00
parent 07a7994d81
commit a8ed1d28e9

View File

@ -170,9 +170,6 @@ function get_all_divs()
return $cdl;
}
echo "<a href=\"index.php\">&lt;&lt; ".i18n("Back to Administration")."</a>\n";
echo "<a href=\"judges.php\">&lt;&lt; ".i18n("Back to Judges")."</a>\n";
if($_POST['action']=="add" && $_POST['jdiv_id'] && count($_POST['cdllist'])>0)
{
foreach($_POST['cdllist'] AS $selectedcdl) {