noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 61/151: Cosmetic : user / password use placeh


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 61/151: Cosmetic : user / password use placeholder
Date: Sat, 4 Feb 2017 17:14:28 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0b5bb008f904e2024781b97fe13a5dd13e53b31f
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 14 23:55:12 2016 +0200

    Cosmetic : user / password  use placeholder
---
 html/index.php |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/html/index.php b/html/index.php
index d28cd20..7c614fe 100644
--- a/html/index.php
+++ b/html/index.php
@@ -279,12 +279,10 @@ version  NOALYSS_VERSION - '.$my_domain.'
 '<TABLE><TR><TD>
 <TABLE  BORDER=0 CELLSPACING=0>
 <TR>
-<TD class="cell">Utilisateur</TD>
-<TD><input type="text" class="input_text" value="" id="p_user" name="p_user" 
autofocus tabindex="1"></TD>
+<TD><input type="text" class="input_text" value="" id="p_user" name="p_user" 
autofocus tabindex="1" placeholder="User"></TD>
 </TR>
 <TR>
-<TD class="cell"> Mot de passe </TD>
-<TD><INPUT TYPE="PASSWORD"  class="input_text" value=""  NAME="p_pass"  
tabindex="2"></TD>
+<TD><INPUT TYPE="PASSWORD"  class="input_text" value=""  NAME="p_pass"  
tabindex="2"i placeholder="*******"></TD>
 </TR>';
 
 



reply via email to

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