Change the paging results from 10 to 150 on devices. Remove the duplicate template select on devices.

This commit is contained in:
Mark Crane
2013-06-10 16:39:09 +00:00
parent 7957c0324e
commit 0d8cf9895f
2 changed files with 2 additions and 46 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ else {
}
//prepare to page the results
$rows_per_page = 10;
$rows_per_page = 150;
$param = "";
$page = $_GET['page'];
if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }