";
?>
No permissions !");
// show_footer();
// exit;
}
?>
".$row["name"]."",
$row["cols"],
$row["rows"],
"".S_CHANGE.""
),$col++);
}
if(DBnum_rows($result)==0)
{
echo "
";
echo "| ".S_NO_SCREENS_DEFINED." | ";
echo "
";
}
table_end();
?>
";
if(isset($_GET["screenid"]))
{
$result=DBselect("select screenid,name,cols,rows from screens g where screenid=".$_GET["screenid"]);
$row=DBfetch($result);
$name=$row["name"];
$cols=$row["cols"];
$rows=$row["rows"];
}
else
{
$name="";
$cols=1;
$rows=1;
}
show_form_begin("screenconf.screen");
echo S_SCREEN;
$col=0;
show_table2_v_delimiter($col++);
echo "