Use abetter form title.
parent
890083d159
commit
0a677fa9d3
|
@ -138,7 +138,7 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
|
||||||
$Marks = $_SESSION['Marks'];
|
$Marks = $_SESSION['Marks'];
|
||||||
$Type = $_SESSION['Type'];
|
$Type = $_SESSION['Type'];
|
||||||
|
|
||||||
echo " <h3><a href='Courses.php?course=".$url."'> Editing Lab Assignment </a></h3>";
|
echo " <h3><a href='Courses.php?course=".$url."'>Editing assignment information</a></h3>";
|
||||||
?>
|
?>
|
||||||
<form method='post' enctype='multipart/form-data' action=''>
|
<form method='post' enctype='multipart/form-data' action=''>
|
||||||
<input type='hidden' name='frm_uploadlab' value='true' required=''/>
|
<input type='hidden' name='frm_uploadlab' value='true' required=''/>
|
||||||
|
|
Loading…
Reference in New Issue