Added Quick Category/Tag Add throughout utilizes the new ajax modal

This commit is contained in:
johnnyq
2025-02-25 17:05:34 -05:00
parent bac76871c1
commit f23afdd85c
42 changed files with 525 additions and 98 deletions

View File

@@ -254,6 +254,15 @@ ob_start();
<?php } ?>
</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_tag_add.php"
data-ajax-id="2">
<i class="fas fa-plus"></i>
</button>
</div>
</div>
</div>