noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/07: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/07: Cosmetic
Date: Sat, 27 Aug 2022 08:03:46 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 927adae01bb8ba6b3e25ab57c28fa1b99b045924
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Wed Aug 24 22:26:49 2022 +0200

    Cosmetic
---
 include/audit_log.php                      | 2 +-
 include/class/noalyss_appearance.class.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/audit_log.php b/include/audit_log.php
index c18a42135..4dc2a7f63 100644
--- a/include/audit_log.php
+++ b/include/audit_log.php
@@ -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();
diff --git a/include/class/noalyss_appearance.class.php 
b/include/class/noalyss_appearance.class.php
index d7ee42ca0..9b8f31790 100644
--- a/include/class/noalyss_appearance.class.php
+++ b/include/class/noalyss_appearance.class.php
@@ -173,7 +173,7 @@ class Noalyss_Appearance
     background-color:{$inner_box};
    }
     tr.even {
-    background-color: {$tr_even} !important;
+    background-color: {$tr_even} ;
     }
     </style>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]