From 44cd46451b3135e3edb8c97749c98998e3948e06 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 25 Aug 2023 21:08:41 +0800 Subject: [PATCH] Submissions.php: format code and make the appearance better. --- Submissions.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Submissions.php b/Submissions.php index cd5f5bd..9c4e50c 100644 --- a/Submissions.php +++ b/Submissions.php @@ -268,10 +268,12 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Marked' Order by lab // if you want to use text-selectable class on whole div, just call the css class - echo "
- $title
by : $submitted_by        [ Marks: $Marks ]   -
Marking notes: $notes
Submitted : $posted
Attachments : $full_link
-
"; + echo "
+ $title    [Marks: $Marks]
+ Submitted by $submitted_by on $posted + Marking comments $notes
+ Attachments : $full_link +
"; } } echo "";