Skip to content

Commit

Permalink
Course.php:the resubmit button is added to allow student to resubmit …
Browse files Browse the repository at this point in the history
…their homework
  • Loading branch information
tabithakipanga committed Jun 13, 2020
1 parent cd0085b commit f5f5a57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Course.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,10 @@
}
;

echo " <k href='#'> <div class='btn btn-default break-word' style='dislay:block; word-wrap: break-word; border: 1px solid #F0F0F0;border-left: 4px solid #03407B;'>
echo " <k href='#'> <div class='btn btn-default break-word' style='dislay:block; word-wrap: break-word; border: 1px solid #F0F0F0;border-left: 4px solid #03407B;'>
$title <br> <span style='font-size:8pt'> $ins</span>
<br> <span style='font-size:8pt'>Posted : $posted &nbsp; &nbsp; &nbsp; Deadline : $deadline &nbsp; &nbsp; &nbsp; ($marks Marks) &nbsp; &nbsp; <span class='btn-sm btn-warning' style='margin-left:50px;'><i class='fa fa-times-circle'></i> Missed !</span><br> Attachments : $full_link </span>
<br> <span style='font-size:8pt'>Posted : $posted &nbsp; &nbsp; &nbsp; Deadline : $deadline &nbsp; &nbsp; &nbsp; ($marks Marks) &nbsp; &nbsp; <span class='btn-sm btn-warning' style='margin-left:50px;'><i class='fa fa-times-circle'></i> Missed !</span> &nbsp; &nbsp; &nbsp; &nbsp;<a href='~\..\SubmitLab.php?id=$id' class='btn-sm btn-default'><i class='fa fa-check-circle'></i> Re-Submit </a>
<br> Attachments : $full_link </span>
</div></k>";

}}
Expand Down

0 comments on commit f5f5a57

Please sign in to comment.