Windows/Tab Titles now reflect the current page your on along with the company name or selected client. Pages contact details, asset details, tickets, projects, documents, invoices, quotes, recurring invoices overide to include more detail in tab title

This commit is contained in:
johnnyq
2025-01-13 14:40:05 -05:00
parent 0cb3cdc26d
commit 97723da633
16 changed files with 75 additions and 58 deletions

View File

@@ -13,6 +13,9 @@ if (str_contains(basename($_SERVER["PHP_SELF"]), "admin_")) { ?>
</div> <!-- /.content-wrapper -->
</div> <!-- ./wrapper -->
<!-- Set the browser window title to the clients name -->
<script>document.title = "<?php echo "$tab_title - $page_title"; ?>"</script>
<!-- REQUIRED SCRIPTS -->
<!-- Bootstrap 4 -->