Removed drop down for templates from client section. This should be accessed in the settings to create and update templates

This commit is contained in:
johnnyq
2023-01-31 17:24:46 -05:00
parent ca290120df
commit a14debae7c
2 changed files with 0 additions and 8 deletions

View File

@@ -37,10 +37,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<h3 class="card-title mt-2">
<i class="fa fa-fw fa-building"></i> Vendors
</h3>
<button type="button" class="btn btn-dark dropdown-toggle ml-1" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a class="dropdown-item text-dark" href="client_vendor_templates.php?client_id=<?php echo $client_id; ?>">Templates</a>
</div>
<div class="card-tools">
<div class="btn-group">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#addVendorModal">