More modal UI Updates and Cleanups

This commit is contained in:
johnnyq
2023-01-05 15:41:44 -05:00
parent f7e3d63a65
commit cb5f1779c2
9 changed files with 115 additions and 84 deletions

View File

@@ -124,7 +124,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
?>
<tr>
<td>
<th>
<a class="text-dark" href="#" data-toggle="modal" data-target="#editVendorModal<?php echo $vendor_id; ?>"><?php echo $vendor_name; ?><a>
<?php
if(!empty($vendor_account_number)){
@@ -135,7 +135,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}
?>
</td>
</th>
<td><?php echo $vendor_description_display; ?></td>
<td>
<?php