Fix quote top navbar options not showing following perms work
This commit is contained in:
@@ -165,6 +165,7 @@ if (isset($_GET['quote_id'])) {
|
|||||||
<i class="fas fa-fw fa-check mr-2"></i>Mark Sent
|
<i class="fas fa-fw fa-check mr-2"></i>Mark Sent
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($quote_status == 'Sent' || $quote_status == 'Viewed') { ?>
|
<?php if ($quote_status == 'Sent' || $quote_status == 'Viewed') { ?>
|
||||||
<a class="btn btn-primary" href="post.php?accept_quote=<?php echo $quote_id; ?>">
|
<a class="btn btn-primary" href="post.php?accept_quote=<?php echo $quote_id; ?>">
|
||||||
@@ -192,7 +193,6 @@ if (isset($_GET['quote_id'])) {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<div class="dropdown dropleft text-center float-right">
|
<div class="dropdown dropleft text-center float-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user