update with html5 compliant code
This commit is contained in:
parent
819253abee
commit
427a3fc02d
@ -142,16 +142,16 @@ if ($savehandler == 'files')
|
|||||||
print '<td>'.$sessionentry['login'].'</td>';
|
print '<td>'.$sessionentry['login'].'</td>';
|
||||||
|
|
||||||
// ID
|
// ID
|
||||||
print '<td align="left" class="nowrap">';
|
print '<td class="nowrap left">';
|
||||||
if ("$key" == session_id()) print $form->textwithpicto($key, $langs->trans("YourSession"));
|
if ("$key" == session_id()) print $form->textwithpicto($key, $langs->trans("YourSession"));
|
||||||
else print $key;
|
else print $key;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Date creation
|
// Date creation
|
||||||
print '<td align="left" class="nowrap">'.dol_print_date($sessionentry['creation'], '%Y-%m-%d %H:%M:%S').'</td>';
|
print '<td class="nowrap left">'.dol_print_date($sessionentry['creation'], '%Y-%m-%d %H:%M:%S').'</td>';
|
||||||
|
|
||||||
// Date modification
|
// Date modification
|
||||||
print '<td align="left" class="nowrap">'.dol_print_date($sessionentry['modification'], '%Y-%m-%d %H:%M:%S').'</td>';
|
print '<td class="nowrap left">'.dol_print_date($sessionentry['modification'], '%Y-%m-%d %H:%M:%S').'</td>';
|
||||||
|
|
||||||
// Age
|
// Age
|
||||||
print '<td>'.$sessionentry['age'].'</td>';
|
print '<td>'.$sessionentry['age'].'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user