From 2f5969b827ff17ee05e05f46025367017fdfcf44 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Mon, 23 Jul 2018 11:58:31 +0200 Subject: Rev: 4340 --- mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css | 8 ++++++-- .../www/skin/classic/module-session/html/sessionAdmin.phtml | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'mayor-orig/www/skin/classic/module-session') diff --git a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css b/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css index d1cc5d1a..a64c2a48 100644 --- a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css +++ b/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css @@ -1,6 +1,10 @@ - table.lista { background-color: #aaa; margin: auto; } - table.lista thead th, table.lista tfoot th { background-color: rgb(100,40,20); color: white; padding: 2px 5px; } + table.lista { width:95%; background-color: #aaa; margin: auto; margin-top:10px; + border-spacing: 1px; + /*border-collapse: separate;*/ + font-size:smaller; + } + table.lista thead th, table.lista tfoot th { background-color: orange; color: white; padding: 2px 5px; } table.lista tbody th, table.lista tbody td { background-color: white; padding: 2px 5px; } table.lista tbody tr:nth-child(even) th, table.lista tbody tr:nth-child(even) td { background-color: #eee; } table.lista tbody tr:hover th, table.lista tbody tr:hover td { background-color: #999; color:white; } diff --git a/mayor-orig/www/skin/classic/module-session/html/sessionAdmin.phtml b/mayor-orig/www/skin/classic/module-session/html/sessionAdmin.phtml index bfb1cc1e..67c2af13 100644 --- a/mayor-orig/www/skin/classic/module-session/html/sessionAdmin.phtml +++ b/mayor-orig/www/skin/classic/module-session/html/sessionAdmin.phtml @@ -2,7 +2,7 @@ function putSessionList($ADAT) { - echo ''."\n"; + echo '
'."\n"; echo ''."\n"; echo ''; @@ -30,13 +30,14 @@ foreach ($ADAT['session'] as $sAdat) { echo ''; echo ''; echo ''; echo ''; -- cgit v1.2.3
'; -//var_dump($sAdat); + if ($sAdat['sessionID']!=_SESSIONID) { formBegin(); echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; formEnd(); + } echo ''.$sAdat['userAccount'].''.$sAdat['userCn'].'