svn commit: samba r9663 - in branches/SAMBA_4_0/swat/scripting/client: .

deryck at samba.org deryck at samba.org
Fri Aug 26 19:55:22 GMT 2005


Author: deryck
Date: 2005-08-26 19:55:22 +0000 (Fri, 26 Aug 2005)
New Revision: 9663

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

Log:
Portability fix for IE.

deryck

Modified:
   branches/SAMBA_4_0/swat/scripting/client/status.js


Changeset:
Modified: branches/SAMBA_4_0/swat/scripting/client/status.js
===================================================================
--- branches/SAMBA_4_0/swat/scripting/client/status.js	2005-08-26 19:20:04 UTC (rev 9662)
+++ branches/SAMBA_4_0/swat/scripting/client/status.js	2005-08-26 19:55:22 UTC (rev 9663)
@@ -11,14 +11,14 @@
 	  label : "Server",
 	  content: "text",
           defaultValue : "-",
-          width : 100,
+          width : 100
 	},
 
 	{ id : "status",
 	  label : "Status",
 	  content: "text",
 	  defaultValue : "-",
-	  width: 100,
+	  width: 100
 	}
 ];
 



More information about the samba-cvs mailing list