Author: toad
Date: 2008-01-17 22:14:58 +0000 (Thu, 17 Jan 2008)
New Revision: 17109
Modified:
trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
Indicate in UI
Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2008-01-17
22:12:29 UTC (rev 17108)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2008-01-17
22:14:58 UTC (rev 17109)
@@ -862,7 +862,7 @@
insertForm.addChild("input", new String[] { "type", "name",
"value", "checked" }, new String[] { "radio", "keytype", "chk", "checked" });
insertForm.addChild("#", " CHK \u00a0 ");
insertForm.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "radio", "keytype", "ksk" });
- insertForm.addChild("#", " KSK \u00a0 ");
+ insertForm.addChild("#", " KSK/SSK/USK \u00a0 ");
insertForm.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "text", "key", "KSK@" });
insertForm.addChild("#", " \u00a0 " +
L10n.getString("QueueToadlet.insertFileLabel") + ": ");
insertForm.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "file", "filename", "" });