diff --git a/Submissions.php b/Submissions.php index ac720bc..a6f43a2 100644 --- a/Submissions.php +++ b/Submissions.php @@ -184,9 +184,12 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub } echo "
- $title
by: $submitted_by -
Submitted : $posted
Attachments : $full_link
-
"; + $title
+ By: $submitted_by
+ Submitted on: $posted +
+ Attachments : $full_link + "; } } echo "";