mirror of https://github.com/itflow-org/itflow
Fix Ajax Modal Link to referral category in Add Bulk Referral
This commit is contained in:
parent
10dc8ea2bf
commit
2dc66b329b
|
|
@ -28,10 +28,8 @@
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-secondary" type="button"
|
<button class="btn btn-secondary ajax-modal" type="button"
|
||||||
data-toggle="ajax-modal"
|
data-modal-url="/admin/modals/category/category_add.php?category=Referral">
|
||||||
data-modal-size="sm"
|
|
||||||
data-ajax-url="ajax/ajax_category_add.php?category=Referral">
|
|
||||||
<i class="fas fa-fw fa-plus"></i>
|
<i class="fas fa-fw fa-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue