From: Michael Rasmussen Date: Sun, 7 Jun 2015 15:25:06 +0000 (+0200) Subject: Add change row per page X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/18ac804049af37d3a7fd53b7add0d0b2e3204d1c Add change row per page --- diff --git a/index.php b/index.php index 417e575..a7ab837 100644 --- a/index.php +++ b/index.php @@ -25,8 +25,10 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "{$util->getUser()} - Logout"; + echo "
+ {$util->getUser()}Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows();