From 728054679221acd919b0f40757245939acbe11e5 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 7 Jun 2015 17:49:39 +0200 Subject: [PATCH] Add change row per page --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index feece41..b1854ab 100644 --- a/index.php +++ b/index.php @@ -26,9 +26,9 @@ echo $util->getHeading(); echo "
- {$util->getUser()}Logout"; + value=\"$rowsPerPage\" id=\"rows\" size=\"4\"/>{$util->getUser()} + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows(); -- 2.39.2