noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 07/24: cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/24: cosmetic
Date: Tue, 12 Jul 2022 07:05:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 24f471de456319e3015c06caba58aaa4c8bc9601
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue May 3 22:57:32 2022 +0200

    cosmetic
---
 include/action.common.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/action.common.inc.php b/include/action.common.inc.php
index b29687199..00c24a585 100644
--- a/include/action.common.inc.php
+++ b/include/action.common.inc.php
@@ -46,7 +46,7 @@ $supl_hidden.=HtmlInput::hidden('ac', $http->request("ac"));
 global $g_user;
 
 if ( empty ($g_user->get_readable_profile() ) ) {
-     echo_warning(_("Aucun profil disponible"));
+    echo '<span class="warning">'. _("Aucun profil disponible").'</span>'; 
     return;
 }
 



reply via email to

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