X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/d0951c2826d31c2eb4e74b2ea24fef9ebdbfeb77..c49d593ff36278c6c64d0a06bd8a0b6a0b4d2270:/index.php diff --git a/index.php b/index.php index a6b8b8c..54b82d8 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,16 +25,16 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
Rows per page
{$util->getUser()} + 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 ""; @@ -52,10 +52,12 @@ $url = urlencode($id); $checkbox = ""; $recipient = "{$row->recipient}"; - $action = ""; + $action = ""; $action .= "\"Release\""; - $action .= " "; + $action .= " "; $action .= "\"Delete\""; + $action .= " "; + $action .= "\"Block"; $sender = $row->sender; $received = strftime("%c", $row->time_iso); $quaratinefor = $util->convertContent($row->quaratinefor); @@ -73,9 +75,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; - $prev = " \"Previous\" "; - $first = " \"First\" "; } else { $prev = ' '; // we're on page one, don't print previous link @@ -84,9 +86,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