From 89f69a16920ad55250e11c89cca39f00742199af Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 25 Aug 2023 21:10:12 +0800 Subject: [PATCH] Submissions.php: change left border size and color. --- Submissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submissions.php b/Submissions.php index 9c4e50c..ac720bc 100644 --- a/Submissions.php +++ b/Submissions.php @@ -183,7 +183,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub $full_link = $full_link . " | $base_att4"; } - echo "
+ echo "
$title
by: $submitted_by
Submitted : $posted
Attachments : $full_link
";