Migrated Tax, custom link edit over to the new AJAX model function

This commit is contained in:
johnnyq
2025-02-18 18:47:28 -05:00
parent a9e3e4744d
commit 88ee9b60e7
7 changed files with 166 additions and 133 deletions

View File

@@ -27,7 +27,6 @@ if ($total_found_rows > 5) {
<option <?php if ($user_config_records_per_page == 50) { echo "selected"; } ?> >50</option>
<option <?php if ($user_config_records_per_page == 100) { echo "selected"; } ?> >100</option>
<option <?php if ($user_config_records_per_page == 500) { echo "selected"; } ?> >500</option>
<option <?php if ($user_config_records_per_page == 1000) { echo "selected"; } ?> >1000</option>
</select>
</form>
</div>