mirror of https://github.com/itflow-org/itflow
Add star-toggle class to add asset
This commit is contained in:
parent
d224d71f59
commit
be172b5bd9
|
|
@ -106,7 +106,9 @@ ob_start();
|
|||
<input type="text" class="form-control" name="name" placeholder="Asset name or asset tag" maxlength="200" required autofocus>
|
||||
<div class="input-group-append">
|
||||
<div class="input-group-text">
|
||||
<input type="checkbox" name="favortie" value="1">
|
||||
<label class="star-toggle mb-0" title="Favorite">
|
||||
<input type="checkbox" name="favorite" value="1"><i class="far fa-star"></i>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue