This commit is contained in:
Dany De Bontridder 2022-08-24 22:26:49 +02:00 committed by sparkyx
parent e93283ba65
commit 927adae01b
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
if ( !defined ('ALLOWED')) die('Forbidden');
?>
<DIV class="content">
<span class="notice">Liste limitée aux 100 dernières connexions</span>
<span class="notice"><?=_("100 dernières connexions")?></span>
<?php
$cn=new Database();

View file

@ -173,7 +173,7 @@ class Noalyss_Appearance
background-color:{$inner_box};
}
tr.even {
background-color: {$tr_even} !important;
background-color: {$tr_even} ;
}
</style>