Author: batosai
Date: 2008-11-10 18:50:52 +0000 (Mon, 10 Nov 2008)
New Revision: 23474

Modified:
   trunk/plugins/WoT/ui/web/KnownIdentitiesPage.java
Log:
Added Trust/Comment fields to Add Identity form.

Modified: trunk/plugins/WoT/ui/web/KnownIdentitiesPage.java
===================================================================
--- trunk/plugins/WoT/ui/web/KnownIdentitiesPage.java   2008-11-10 15:27:59 UTC 
(rev 23473)
+++ trunk/plugins/WoT/ui/web/KnownIdentitiesPage.java   2008-11-10 18:50:52 UTC 
(rev 23474)
@@ -91,6 +91,11 @@
                createForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "hidden", "page", "addIdentity" });
                createForm.addChild("span", new String[] {"title", "style"}, 
new String[] { "This must be a valid Freenet URI.", "border-bottom: 1px dotted; 
cursor: help;"} , "Identity URI : ");
                createForm.addChild("input", new String[] {"type", "name", 
"size"}, new String[] {"text", "identityURI", "70"});
+               createForm.addChild("br");
+               createForm.addChild("span", "Trust/Comment : ");
+               createForm.addChild("input", new String[] { "type", "name", 
"size", "value" }, new String[] { "text", "value", "2", "" });
+               createForm.addChild("input", new String[] { "type", "name", 
"size", "value" }, new String[] { "text", "comment", "20", "" });
+               createForm.addChild("br");
                createForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "add", "Add this identity !" });        
        }
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to