mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
Added Array Tagging to Add Client also added Tag Icon Field
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user