noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/13: translate


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/13: translate
Date: Wed, 14 Oct 2015 21:38:29 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1e9fc0b44fe2aaec54a59291f5693ac205808618
Author: Dany De Bontridder <address@hidden>
Date:   Mon Oct 12 13:57:43 2015 +0200

    translate
---
 html/user_login.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/user_login.php b/html/user_login.php
index af9808f..8734112 100644
--- a/html/user_login.php
+++ b/html/user_login.php
@@ -88,7 +88,7 @@ if ( $User->Admin()  == 1)
         if ($update > $version_noalyss ) {
                 echo '<div id="version_div" class="inner_box" 
style="width:25%;margin-left:10%;margin-top:3px;">';
                 echo '<p class="notice">';
-                echo "Mise à jour disponible de NOALYSS version actuelle : 
$update votre version $version_noalyss";
+                printf ( "Mise à jour disponible de NOALYSS version actuelle : 
%s  votre version %s ",$update,$version_noalyss);
                 echo '</p>';
                  echo '<p style="text-align:center"> <a class="button" 
onclick="document.body.removeChild(document.getElementById(\'version_div\'))">'.
                          _('Fermer').



reply via email to

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