mirror of
https://github.com/itflow-org/itflow
synced 2026-09-03 05:15:12 +00:00
Update badge classes to bg
This commit is contained in:
@@ -103,7 +103,7 @@ if (isset($_GET['quote_id'])) {
|
||||
|
||||
//Set Badge color based off of quote status
|
||||
if ($quote_status == "Sent") {
|
||||
$quote_badge_color = "warning text-white";
|
||||
$quote_badge_color = "warning";
|
||||
} elseif ($quote_status == "Viewed") {
|
||||
$quote_badge_color = "primary";
|
||||
} elseif ($quote_status == "Accepted") {
|
||||
@@ -259,7 +259,7 @@ if (isset($_GET['quote_id'])) {
|
||||
|
||||
<div class="col-sm-4">
|
||||
<h3 class="text-end"><strong>QUOTE</strong></h3>
|
||||
<h5 class="badge badge-<?= $quote_badge_color ?> p-2 float-end">
|
||||
<h5 class="badge text-bg-<?= $quote_badge_color ?> p-2 float-end">
|
||||
<?= "$quote_status" ?>
|
||||
</h5>
|
||||
<table class="table table-sm table-borderless">
|
||||
|
||||
Reference in New Issue
Block a user