Course.php: use yellow as the color for the warning message.
parent
a7aa3a103d
commit
7282d80ce4
|
@ -196,7 +196,7 @@ include 'Header.php';
|
||||||
|
|
||||||
if(mysqli_num_rows($result) == 0)
|
if(mysqli_num_rows($result) == 0)
|
||||||
{
|
{
|
||||||
echo '<div class="alert alert-info">You missed no lab reports.</div>';
|
echo '<br><div class="alert alert-warning">You missed no lab reports.</div>';
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
while($row = mysqli_fetch_assoc($result)) {
|
while($row = mysqli_fetch_assoc($result)) {
|
||||||
|
|
Loading…
Reference in New Issue