Added color category to categories

This commit is contained in:
root
2019-05-07 00:24:11 -04:00
parent cf7003e7f1
commit 7565f8e86d
4 changed files with 15 additions and 2 deletions

View File

@@ -21,6 +21,10 @@
<?php } ?>
</select>
</div>
<div class="form-group">
<label>Color</label>
<input type="color" class="form-control" name="color" value="<?php echo $category_color; ?>">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>