From 57c91513635a59a75c0b70b5203aff8f32648f58 Mon Sep 17 00:00:00 2001 From: Aldemir Akpinar Date: Fri, 9 Jun 2017 21:50:56 +0300 Subject: [PATCH] webui: Add bootgrid for authlog page, and fix poll-log searchbar layout on smaller screens (#6805) --- html/pages/authlog.inc.php | 13 ++++++++++--- html/pages/poll-log.inc.php | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/html/pages/authlog.inc.php b/html/pages/authlog.inc.php index 6b5b1b562d..2efd350fa8 100644 --- a/html/pages/authlog.inc.php +++ b/html/pages/authlog.inc.php @@ -1,8 +1,8 @@ Authlog"; if ($_SESSION['userlevel'] >= '10') { - echo ''; - echo ""; + echo '
TimestampUserIP AddressResult
'; + 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; @@ -28,7 +28,14 @@ if ($_SESSION['userlevel'] >= '10') { $pagetitle[] = 'Authlog'; - echo '
TimestampUserIP AddressResult
'; + echo ''; } else { include 'includes/error-no-perm.inc.php'; }//end if +?> + diff --git a/html/pages/poll-log.inc.php b/html/pages/poll-log.inc.php index 3c8da4528a..138aaf16b9 100644 --- a/html/pages/poll-log.inc.php +++ b/html/pages/poll-log.inc.php @@ -19,10 +19,10 @@ if (isset($vars['filter'])) {