Gateways: Fix paging and order by.

Devices/Users/Extensions: Visual adjustments.
This commit is contained in:
reliberate
2016-05-21 13:04:31 -06:00
parent c34aed1ede
commit 8d2a190099
4 changed files with 23 additions and 76 deletions

View File

@@ -219,7 +219,8 @@ require_once "resources/paging.php";
echo "</form>";
if (strlen($paging_controls) > 0) {
echo "<center>".$paging_controls."</center>\n";
echo "<br />";
echo $paging_controls."\n";
}
echo "<br /><br />".((is_array($extensions)) ? "<br /><br />" : null);