userdata["acclevel"] < 80) die ("Access denied!");
$edlist = new EditList("ribbonId", "hlstats_Ribbons", "game", false);
$edlist->columns[] = new EditListColumn("game", "Game", 0, true, "hidden", $gamecode);
// $edlist->columns[] = new EditListColumn("ribbonId", "Ribbon", 0, true, "select", "hlstats_Ribbons.ribbonName/ribbonId/game='$gamecode'");
$edlist->columns[] = new EditListColumn("ribbonName", "Ribbon Name", 30, false, "text", "name", 64);
$edlist->columns[] = new EditListColumn("image", "Image file", 30, false, "text", "name.png", 64);
$edlist->columns[] = new EditListColumn("awardCode", "Trigger Award", 0, false, "select", "hlstats_Awards.name/code/game='$gamecode'");
$edlist->columns[] = new EditListColumn("awardCount", "No. awards needed", 10, true, "text", "0", 64);
$edlist->columns[] = new EditListColumn("special", "Special logic", 10, false, "text", "0", 64);
if ($_POST)
{
if ($edlist->update())
message("success", "Operation successful.");
else
message("warning", $edlist->error());
}
?>
Special Logic: