Submissions.php: format code.
parent
89f69a1692
commit
32b1e81500
|
@ -184,9 +184,12 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub
|
|||
}
|
||||
|
||||
echo "<div class='btn btn-default break-word' style='dislay:block; word-wrap: break-word; border: 1px solid #F0F0F0;border-left:1px solid #eee;'>
|
||||
$title <br> by: <b> <span class = 'text-selectable'>$submitted_by </span> </b>
|
||||
<br> <span style='font-size:8pt'>Submitted : $posted <button class='btn btn-sm btn-primary' style='margin-left:50px;' onclick='mark($Submission_ID,\"$title\",$total)'> Mark</button><br> Attachments : $full_link </span>
|
||||
</div>";
|
||||
$title <br>
|
||||
By: <b> <span class='text-selectable'> $submitted_by </span> </b> <br>
|
||||
<small>Submitted on: $posted</small>
|
||||
<button class='btn btn-sm btn-primary' style='margin-left:50px;' onclick='mark($Submission_ID,\"$title\",$total)'> Mark </button><br>
|
||||
Attachments : $full_link
|
||||
</div>";
|
||||
}
|
||||
}
|
||||
echo "";
|
||||
|
|
Loading…
Reference in New Issue