X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/219d049c7929a3f9af00a8a63c66fb011ef7676d..d6be2d1a0173fe92e69a4312f508b75632936daf:/index.php diff --git a/index.php b/index.php index 6e1db88..f0a8936 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ require_once $CFG->root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; - $util = Utils::getInstance(); + $util = new Utils; unset($_SESSION['mailInfo']); if ($util->isLoggedIn()) { @@ -34,8 +34,8 @@ echo ""; echo "
"; echo ""; - echo ""; + echo ""; echo ""; $mailInfo = array(); @@ -60,7 +60,7 @@ $subject = $row->subject; echo "". - ""; + ""; $i++; } $_SESSION['mailInfo'] = $mailInfo; @@ -72,9 +72,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; $prev = " [Prev]"; + class='whitefooter'>\"Previous\" "; $first = " [First Page] "; + class='whitefooter'>\"First\" "; } else { $prev = ' '; // we're on page one, don't print previous link $first = ' '; // nor the first page link @@ -83,9 +83,9 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " [Next]"; - $last = "[Last Page] "; + class='whitefooter'>\"Next\" "; + $last = " \"Last\" "; } else { $next = ' '; // we're on the last page, don't print next link $last = ' '; // nor the last page link
ReceivedCauseSenderRecipientSubjectAction
$received". "$quaratinefor$sender$recipient$subject$action$checkbox
$subject$action$checkbox