X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/850b8d6ac565cb947b39377bd0c4b39395c7ddca..3039de292a8f75426d4b2c0ea70a00b75bda5b02:/index.php diff --git a/index.php b/index.php index f0a8936..84f6782 100644 --- a/index.php +++ b/index.php @@ -25,14 +25,16 @@ 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(); echo "$numrows quarantined mail(s)"; echo ""; - echo "
"; + echo ""; echo ""; echo ""; @@ -50,9 +52,9 @@ $url = urlencode($id); $checkbox = ""; $recipient = "{$row->recipient}"; - $action = ""; + $action = ""; $action .= "\"Release\""; - $action .= " "; + $action .= " "; $action .= "\"Delete\""; $sender = $row->sender; $received = strftime("%c", $row->time_iso); @@ -71,9 +73,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; - $prev = " \"Previous\" "; - $first = " \"First\" "; } else { $prev = ' '; // we're on page one, don't print previous link @@ -82,9 +84,9 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; - $next = " \"Next\" "; - $last = " \"Last\" "; } else { $next = ' '; // we're on the last page, don't print next link
ReceivedCauseReceivedCauseSenderRecipientSubjectAction