From f4b06e586e937680cd9d422fdbb39fa8154ca60e Mon Sep 17 00:00:00 2001 From: duck Date: Wed, 7 Jul 2010 19:04:30 +0000 Subject: [PATCH] RouterConsole: Add Help & FAQ link, minor label improvements. --- .../i2p/router/web/SummaryBarRenderer.java | 27 ++++++++++++++----- history.txt | 7 ++--- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java index 6a548c268..8447db412 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java @@ -34,7 +34,13 @@ public class SummaryBarRenderer { .append(_("I2P Router Console")) .append("\" title=\"") .append(_("I2P Router Console")) - .append("\">
"); + .append("\">
") + + .append("

") + .append(_("Help & FAQ")) + .append("


"); File lpath = new File(_context.getBaseDir(), "docs/toolbar.html"); // you better have target="_top" for the links in there... @@ -153,19 +159,24 @@ public class SummaryBarRenderer { .append(_("I2P Router Help")) .append("\">") .append(_("General")) - .append("
" + - "


\n" + + + "" + + "" + + "\n" + - "
") + .append(_("Local Identity")) + .append(":" + + "") - .append(_("Local Identity")) - .append("
\n" + + .append(_("show")) + .append("
" + "
" + - "") + "
") .append(_("Version")) .append(":") @@ -185,6 +196,8 @@ public class SummaryBarRenderer { "

") + .append(_("Network")) + .append(": ") .append(_helper.getReachability()) .append("


\n"); diff --git a/history.txt b/history.txt index 03c8135ca..7b7113ccf 100644 --- a/history.txt +++ b/history.txt @@ -1,13 +1,10 @@ -2010-07-06 duck - * susidns: Dutch translation (thanks to monkeybrains) +2010-07-07 duck + * RouterConsole: Add Help & FAQ link, minor label improvements. 2010-07-05 zzz * i2psnark: Fix transition to end game * I2PTunnelIRCClient: Filter PART messages like we do for QUIT -2010-07-05 duck - * I2PTunnel & I2PSnark: Dutch translation (thanks to monkeybrains) - 2010-07-04 duck * RouterConsole: Dutch translation (thanks to monkeybrains)