forked from science-ation/science-ation
- Remove some old "Back to" links, the navbar does it now.
This commit is contained in:
parent
07a7994d81
commit
a8ed1d28e9
@ -170,9 +170,6 @@ function get_all_divs()
|
||||
return $cdl;
|
||||
}
|
||||
|
||||
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a>\n";
|
||||
echo "<a href=\"judges.php\"><< ".i18n("Back to Judges")."</a>\n";
|
||||
|
||||
if($_POST['action']=="add" && $_POST['jdiv_id'] && count($_POST['cdllist'])>0)
|
||||
{
|
||||
foreach($_POST['cdllist'] AS $selectedcdl) {
|
||||
|
Loading…
Reference in New Issue
Block a user