From d055902487bc9d0f5753b6e64618a0b43799352e Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Wed, 23 Sep 2015 15:48:53 +0530 Subject: [PATCH 1/2] 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 From 0e3d5a35ac71be7874ba362408ccd99000c31afe Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Wed, 23 Sep 2015 20:38:01 +0530 Subject: [PATCH 2/2] Removed
--- html/pages/authlog.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/pages/authlog.inc.php b/html/pages/authlog.inc.php index f05fe357c..5a12f4c87 100644 --- a/html/pages/authlog.inc.php +++ b/html/pages/authlog.inc.php @@ -1,6 +1,5 @@ Authlog"; -echo "
"; if ($_SESSION['userlevel'] >= '10') { echo '
TimestampUserIP AddressResult
+ echo "
".$entry['datetime'].' + '.$entry['user'].' + '.$entry['address'].' + '.$entry['result'].'
'; echo "";
TimestampUserIP AddressResult