This commit is contained in:
2022-09-17 01:34:00 -04:00
parent 5fb8dc5719
commit 9f2df5ae75
3 changed files with 6 additions and 6 deletions
@@ -42,9 +42,9 @@
<!--begin::Table head-->
<thead>
<tr style="font-weight: bolder;">
<th class="p-0 " style="width: 100px;">Added<br>Expire</th>
<th class="p-0 min-w-160px">Title<br>Recipient</th>
<tr style="font-weight: normal;">
<th class="p-0 " style="width: 100px;">Added/Expire</th>
<th class="p-0 min-w-160px">Title/Target</th>
<th class="p-0 w-100px"></th>
</tr>
</thead>
@@ -61,7 +61,7 @@
</td>
<td>
<a href="#" class="text-dark fw-bolder text-hover-primary mb-1 fs-6"><?=$row->title?></a>
<span class="text-muted fw-bold d-block fs-7">To : <?=$row->job_to?></span>
<span class="text-muted fw-bold d-block fs-7">To :<mark> <?=$row->job_to?> </mark></span>
</td>
<td class="text-end">
+1 -1
View File
@@ -26,7 +26,7 @@
<div class="card-header border-0 pt-5">
<!--begin::Title-->
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-bolder fs-3 mb-1">Recent Task Message</span>
<span class="card-label fw-bolder fs-3 mb-1">Recent Contacts</span>
</h3>
<!--end::Title-->