mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Started rough draft of calendar
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
$client_vendor_name = $row['client_vendor_name'];
|
||||
$client_vendor_description = $row['client_vendor_description'];
|
||||
$client_vendor_account_number = $row['client_vendor_account_number'];
|
||||
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $client_vendor_name; ?></td>
|
||||
<td><?php echo $client_vendor_description; ?></td>
|
||||
<td><?php echo $client_vendor_account_number; ?></td>
|
||||
|
||||
<td>
|
||||
<div class="dropdown dropleft text-center">
|
||||
<button class="btn btn-secondary btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user