From d055902487bc9d0f5753b6e64618a0b43799352e Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Wed, 23 Sep 2015 15:48:53 +0530 Subject: [PATCH] Table UI fixes --- html/pages/authlog.inc.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/html/pages/authlog.inc.php b/html/pages/authlog.inc.php index a882e83fd..f05fe357c 100644 --- a/html/pages/authlog.inc.php +++ b/html/pages/authlog.inc.php @@ -2,8 +2,8 @@ echo "

Authlog

"; echo "
"; if ($_SESSION['userlevel'] >= '10') { - echo ''; - + echo '
'; + echo ""; foreach (dbFetchRows("SELECT *,DATE_FORMAT(datetime, '".$config['dateformat']['mysql']['compact']."') as humandate FROM `authlog` ORDER BY `datetime` DESC LIMIT 0,250") as $entry) { if ($bg == $list_colour_a) { $bg = $list_colour_b; @@ -12,20 +12,19 @@ if ($_SESSION['userlevel'] >= '10') { $bg = $list_colour_a; } - echo " - + - - - - '; }//end foreach
TimestampUserIP AddressResult
+ echo "
".$entry['datetime'].' + '.$entry['user'].' + '.$entry['address'].' + '.$entry['result'].'