X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/850b8d6ac565cb947b39377bd0c4b39395c7ddca..d0951c2826d31c2eb4e74b2ea24fef9ebdbfeb77:/index.php diff --git a/index.php b/index.php index f0a8936..a6b8b8c 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; @@ -25,8 +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();