This commit is contained in:
2022-10-10 19:30:48 -04:00
parent 0a4f3c3245
commit 188f4625e0
5 changed files with 12 additions and 9 deletions
+12 -9
View File
@@ -17,18 +17,21 @@
<div class="row g-5 g-xl-8">
<div class="col-xl-8">
<div class="card mb-5 mb-xl-8">
<div class="border-0 pt-2">
<h3 class="card-title align-items-start flex-column">
<a href="<?php echo $redirect_to; ?>" class="label label-flat border-warning text-primary-600"> <i class="icon-arrow-left52 position-left"></i> Return to List </a>
</h3>
</div>
</div>
<div class="card mb-5 mb-xl-8">
<div class="card-header border-0 pt-5">
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-bolder fs-3 mb-1"><?=$this_job_result->title?></span>
<table>
<tr>
<td>
<a href="<?php echo $redirect_to; ?>"> <img style="height: 40px; width: auto;" src="/assets/images/icons/back-arrow.png"></a> &nbsp;&nbsp;&nbsp;
</td>
<td>
<span class="card-label fw-bolder fs-3 mb-1"><?=$this_job_result->title?></span>
</td>
</tr>
</table>
</h3>
</div>
<div class="card-body" style="padding-top: 5px !important;">
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB