X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/565cf960a162ad0ad4501a0226b7d520bd5008cb..dbfceb07227c009a2f411cdb2d32b0311773759e:/index.php diff --git a/index.php b/index.php index 0e22709..00e9a8b 100644 --- a/index.php +++ b/index.php @@ -25,10 +25,10 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
- {$util->getUser()}Logout"; + echo "
+ Rows per page
{$util->getUser()} + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows();