mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Remove 500 Records per page option to reduce Resource strain, 100 records per page is max
This commit is contained in:
@@ -26,7 +26,6 @@ if ($total_found_rows > 5) {
|
|||||||
<option <?php if ($user_config_records_per_page == 20) { echo "selected"; } ?> >20</option>
|
<option <?php if ($user_config_records_per_page == 20) { echo "selected"; } ?> >20</option>
|
||||||
<option <?php if ($user_config_records_per_page == 50) { echo "selected"; } ?> >50</option>
|
<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 == 100) { echo "selected"; } ?> >100</option>
|
||||||
<option <?php if ($user_config_records_per_page == 500) { echo "selected"; } ?> >500</option>
|
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user