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,7 +16,7 @@
<input type="text" class="form-control" name="name" value="<?php echo $tag_name; ?>" required>
</div>
<label>Color <strong class="text-danger">*</strong></label>
<label>Color</label>
<div class="mb-3">
<div class="form-check">
<input class="form-check-input" type="radio" name="color" value="<?php echo $tag_color; ?>" checked>
@@ -42,6 +42,11 @@
<?php } ?>
</div>
<div class="form-group">
<label>Icon</label>
<input type="text" class="form-control" name="icon" placeholder="Icon ex handshake" value="<?php echo $tag_icon; ?>">
</div>
</div>
<div class="modal-footer bg-white">