Courses.php: variable renaming: ->
parent
bc89e6c214
commit
368c4763d2
|
@ -420,11 +420,11 @@ include 'Header.php';
|
||||||
$name = $row['Course_Name'];
|
$name = $row['Course_Name'];
|
||||||
$code = $row['Course_Code'];
|
$code = $row['Course_Code'];
|
||||||
$faculty = $row['Faculty'];
|
$faculty = $row['Faculty'];
|
||||||
$std_name = $row['Full_Name'];
|
$student_name = $row['Full_Name'];
|
||||||
$academic = $row['Academic_Year'];
|
$academic = $row['Academic_Year'];
|
||||||
|
|
||||||
echo "<div class='btn btn-default'>
|
echo "<div class='btn btn-default'>
|
||||||
$std_name is Requesting to join <br> [($code) - $name ] <br>
|
$student_name is Requesting to join <br> [($code) - $name ] <br>
|
||||||
<a href='~\..\Script.php?AcceptStudent=y&id=$id&rs=yes' class='btn btn-sm btn-success' onclick=return confirm(\"are you sure to join this course?\")' > Accept </a> <a href='~\..\Script.php?AcceptStudent=y&id=$id&rs=no' class='btn btn-sm btn-danger' onclick=return confirm(\"are you sure to join this course?\")' > Decline </a>
|
<a href='~\..\Script.php?AcceptStudent=y&id=$id&rs=yes' class='btn btn-sm btn-success' onclick=return confirm(\"are you sure to join this course?\")' > Accept </a> <a href='~\..\Script.php?AcceptStudent=y&id=$id&rs=no' class='btn btn-sm btn-danger' onclick=return confirm(\"are you sure to join this course?\")' > Decline </a>
|
||||||
</div>";
|
</div>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue