FIX_app-font-family
This commit is contained in:
parent
424bf7c395
commit
293718d9dc
@ -530,7 +530,7 @@ rgba(0, 153, 158, 0.5) (transparent)
|
||||
}
|
||||
|
||||
.app-font-family {
|
||||
font-family: 'Poppins', sans-serif !important;
|
||||
font-family: 'Poppins' !important;
|
||||
}
|
||||
|
||||
.app-title { font-size: 18px; }
|
||||
|
||||
@ -173,20 +173,20 @@ hr{
|
||||
</div>
|
||||
<div class="card-body card-scroll sub-title-text app-font-family" style="padding:0 27px !important; background:#F5FFFF;">
|
||||
<div class="row mb-2 ml-o">
|
||||
<div class="col-5 app-subtitle app-text-grey">Ticket ID</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['thz_id'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Ticket ID</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['thz_id'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Name</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['name'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Name</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['name'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Mobile</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['mobile'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Mobile</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['mobile'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Policy Number</div>
|
||||
<div class="col-7 app-text text-end">
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Policy Number</div>
|
||||
<div class="col-7 app-text text-end app-font-family">
|
||||
<?= (!empty($master[0]['policy_no']) && strtolower($master[0]['policy_no']) !== 'null')
|
||||
? '<u class="app-text-black">
|
||||
<a href="javascript:void(0);"
|
||||
@ -202,28 +202,28 @@ hr{
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Assigned To</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['assignee_name'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Assigned To</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['assignee_name'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Status</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['status'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Status</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['status'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Ticket Type</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['ticket_type'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Ticket Type</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['ticket_type'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Subject</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['subject'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Subject</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['subject'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Message</div>
|
||||
<div class="col-7 app-text app-text-black text-end"><?= $master[0]['message'];?></div>
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Message</div>
|
||||
<div class="col-7 app-text app-text-black text-end app-font-family"><?= $master[0]['message'];?></div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-5 app-subtitle app-text-grey">Related Tickets</div>
|
||||
<div class="col-7 app-text text-end">
|
||||
<div class="col-5 app-subtitle app-text-grey app-font-family">Related Tickets</div>
|
||||
<div class="col-7 app-text text-end app-font-family">
|
||||
<u class="text-warning">
|
||||
<a href="javascript:void(0);"
|
||||
class="text-warning"
|
||||
@ -258,20 +258,20 @@ hr{
|
||||
<div style="border:none; padding: 0px; margin: 0px;">
|
||||
<hr/>
|
||||
<!-- Top Row: Message + Badge -->
|
||||
<div class="d-flex justify-content-between align-items-start app-text app-text-black">
|
||||
<p class="mb-1 ml-0 mr-0 "><?= $conv['notes'] ?></p>
|
||||
<div class="d-flex justify-content-between align-items-start app-text app-text-black app-font-family">
|
||||
<p class="mb-1 ml-0 mr-0 app-font-family"><?= $conv['notes'] ?></p>
|
||||
<!-- <?php if(!empty($conv['notes_by'])): ?>
|
||||
<span class="badge bg-warning text-dark"><?= $conv['notes_by'] ?></span>
|
||||
<?php endif; ?> -->
|
||||
<?php if (!empty($conv['notes_type']) && $conv['notes_type'] === "Internal"): ?>
|
||||
<span class="badge app-badge-secondary app-text-white" style="font-size:10px;"><?= $conv['notes_type'] ?></span>
|
||||
<span class="badge app-badge-secondary app-text-white app-font-family" style="font-size:10px;"><?= $conv['notes_type'] ?></span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<!-- Bottom Row: Name + Date -->
|
||||
<div class="d-flex justify-content-between small text-muted" style="padding-top: 5px;">
|
||||
<span><i class="mdi mdi-account"></i> <?= $conv['name'] ?></span>
|
||||
<span style="font-size:9px;"><?= date("j F Y h:i a", strtotime($conv['created_at'])) ?></span>
|
||||
<span class="app-font-family"><i class="mdi mdi-account"></i> <?= $conv['name'] ?></span>
|
||||
<span style="font-size:9px; app-font-family"><?= date("j F Y h:i a", strtotime($conv['created_at'])) ?></span>
|
||||
</div>
|
||||
|
||||
<!-- <?php echo $i < count($notes)-1 ? '<hr/>' : ''; ?> -->
|
||||
@ -279,9 +279,9 @@ hr{
|
||||
|
||||
<?php endforeach; ?>
|
||||
<?php else: ?>
|
||||
<div class="d-flex justify-content-center align-items-center"
|
||||
<div class="d-flex justify-content-center align-items-center app-font-family"
|
||||
style="height: 45vh; width:100%;">
|
||||
<p class="text-center"><i>No Data Found</i></p>
|
||||
<p class="text-center app-font-family"><i>No Data Found</i></p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user