Added Array Tagging to Add Client also added Tag Icon Field

This commit is contained in:
johnnyq
2021-11-24 22:56:55 -05:00
parent ee1230e18a
commit c9065e8348
5 changed files with 56 additions and 6 deletions

View File

@@ -16,12 +16,12 @@
<input type="text" class="form-control" name="name" placeholder="Tag name" required autofocus>
</div>
<label>Color <strong class="text-danger">*</strong></label>
<label>Color</label>
<div class="form-row">
<?php
foreach($colors_diff as $color) {
foreach($colors_diff as $color) {
?>
@@ -36,6 +36,11 @@
<?php } ?>
</div>
<div class="form-group">
<label>Icon</label>
<input type="text" class="form-control" name="icon" placeholder="Icon ex handshake">
</div>
</div>
<div class="modal-footer bg-white">