svn commit: samba r7099 - in branches/SAMBA_4_0/swat: .

metze at samba.org metze at samba.org
Mon May 30 09:31:17 GMT 2005


Author: metze
Date: 2005-05-30 09:31:17 +0000 (Mon, 30 May 2005)
New Revision: 7099

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7099

Log:
make the password field a password field...

metze
Modified:
   branches/SAMBA_4_0/swat/login.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/login.esp
===================================================================
--- branches/SAMBA_4_0/swat/login.esp	2005-05-30 09:07:21 UTC (rev 7098)
+++ branches/SAMBA_4_0/swat/login.esp	2005-05-30 09:31:17 UTC (rev 7099)
@@ -4,6 +4,7 @@
 var f = Form("login", 2, 1);
 f.element[0].label = "Username";
 f.element[1].label = "Password";
+f.element[1].type  = "password";
 f.submit[0] = "Login";
 
 display_form(f);



More information about the samba-cvs mailing list