Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).

This commit is contained in:
reliberate
2016-03-28 23:02:11 -06:00
parent 5b97091e27
commit 5974b686e9
49 changed files with 61 additions and 51 deletions

View File

@@ -103,7 +103,7 @@ else {
}
}
unset ($prep_statement, $result, $sql);
$rows_per_page = 200;
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
$param = "search=".$search_value;
if (permission_exists('user_all') && $_GET['showall'] == 'true') {
$param .= "&showall=true";