More UI Updates various modals and settings, company add and edit etc

This commit is contained in:
johnnyq
2023-01-17 11:47:23 -05:00
parent 2f595bd7c8
commit 7c1b3c9c57
21 changed files with 328 additions and 257 deletions

View File

@@ -6,8 +6,6 @@
</div>
<div class="card-body">
<form action="post.php" method="post" autocomplete="off">
<legend>Quote</legend>
<div class="form-group">
<label>Quote Prefix</label>
@@ -56,7 +54,7 @@
<hr>
<button type="submit" name="edit_quote_settings" class="btn btn-primary">Save</button>
<button type="submit" name="edit_quote_settings" class="btn btn-primary text-bold"><i class="fa fa-check"></i> Save</button>
</form>
</div>