Added Tag Type to allow expansion of tagging support for other entities in the future

This commit is contained in:
johnnyq
2021-12-27 12:06:37 -05:00
parent d23d455cd9
commit 484d4fff82
7 changed files with 40 additions and 5 deletions

View File

@@ -16,6 +16,19 @@
<input type="text" class="form-control" name="name" placeholder="Tag name" required autofocus>
</div>
<div class="form-group">
<label>Type <strong class="text-danger">*</strong></label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-th"></i></span>
</div>
<select class="form-control select2" name="type" required>
<option value="">- Type -</option>
<option value="1">Client Tag</option>
</select>
</div>
</div>
<label>Color</label>
<div class="form-row">