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>
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-secondary" type="button"
|
||||
data-toggle="ajax-modal"
|
||||
data-modal-size="sm"
|
||||
data-ajax-url="ajax/ajax_category_add.php?category=Referral">
|
||||
<button class="btn btn-secondary ajax-modal" type="button"
|
||||
data-modal-url="/admin/modals/category/category_add.php?category=Referral">
|
||||
<i class="fas fa-fw fa-plus"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue