Fix quote top navbar options not showing following perms work

This commit is contained in:
wrongecho
2025-05-20 11:29:26 +01:00
parent 5bd03be1ad
commit 025532f579
+1 -1
View File
@@ -165,6 +165,7 @@ if (isset($_GET['quote_id'])) {
<i class="fas fa-fw fa-check mr-2"></i>Mark Sent
</a>
</div>
<?php } ?>
<?php if ($quote_status == 'Sent' || $quote_status == 'Viewed') { ?>
<a class="btn btn-primary" href="post.php?accept_quote=<?php echo $quote_id; ?>">
@@ -192,7 +193,6 @@ if (isset($_GET['quote_id'])) {
<?php } ?>
</div>
<?php } ?>
<div class="col-4">
<div class="dropdown dropleft text-center float-right">