fix
This commit is contained in:
@@ -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>
|
||||
</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 |
Reference in New Issue
Block a user