Call Routing: More responsive layout, includes additional info in list view.

This commit is contained in:
reliberate
2016-03-29 16:28:17 -06:00
parent 414949e2a6
commit 28084dc0ff
5 changed files with 99 additions and 73 deletions

View File

@@ -98,7 +98,7 @@ require_once "resources/paging.php";
}
//prepare to page the results
if ($is_included == 'true') {
if ($is_included) {
$rows_per_page = 10;
}
else {