mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Remove Quick Add Instead redirect them to the categories settings page when plus is clicked
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-smile-wink"></i></span>
|
||||
</div>
|
||||
<select class="form-control select2" name="referral">
|
||||
<select class="form-control select2" data-tags="true" name="referral">
|
||||
<option value="">N/A</option>
|
||||
<?php
|
||||
|
||||
@@ -86,11 +86,6 @@
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
<div class="input-group-append">
|
||||
<button type="button" class="btn btn-secondary" data-toggle="modal"
|
||||
data-target="#addQuickReferralModal"><i
|
||||
class="fas fa-fw fa-plus"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user