mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Combined client_quotes.php and quotes.php into one file quotes.php checks if get client_id var is set and which chooses to display client top header and client side nav or global nav
This commit is contained in:
@@ -122,14 +122,14 @@ if (isset($_GET['quote_id'])) {
|
||||
<a href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
|
||||
</li>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="client_quotes.php?client_id=<?php echo $client_id; ?>">Quotes</a>
|
||||
<a href="quotes.php?client_id=<?php echo $client_id; ?>">Quotes</a>
|
||||
</li>
|
||||
<?php } else { ?>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="quotes.php">Quotes</a>
|
||||
<a href="quotes.php">Global Quotes</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="client_quotes.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
|
||||
<a href="quotes.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?>Quotes</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<li class="breadcrumb-item active"><?php echo "$quote_prefix$quote_number"; ?></li>
|
||||
|
||||
Reference in New Issue
Block a user