Console: Fix text, anchors and tooltips for links to reachability help

Fix list of subscriptions in /help
This commit is contained in:
zzz
2021-03-03 13:16:08 -05:00
parent ca1b6bbe42
commit 8e465f4da7
3 changed files with 7 additions and 8 deletions

View File

@@ -178,10 +178,10 @@ class SummaryBarRenderer {
.append("</a>\n");
svcs.put(tx, rbuf.toString());
tx = _t("Reachability");
tx = _t("Network");
rbuf.setLength(0);
rbuf.append("<a href=\"/help#reachability\" target=\"_top\" title=\"")
.append(_t("A short guide to the sidebar's network reachability notification"))
rbuf.append("<a href=\"/help#reachabilityhelp\" target=\"_top\" title=\"")
.append(_t("Information about the network status"))
.append("\">")
.append(nbsp(tx))
.append("</a>\n");
@@ -714,8 +714,8 @@ class SummaryBarRenderer {
default:
buf.append("testing");
}
buf.append("\"><a href=\"/help#confignet\" target=\"_top\" title=\"")
.append(_t("Help with configuring your firewall and router for optimal I2P performance"))
buf.append("\"><a href=\"/help#reachabilityhelp\" target=\"_top\" title=\"")
.append(_t("Information about the network status"))
.append("\">")
.append(_t("Network"))
.append(": ")

View File

@@ -23,8 +23,7 @@
<%=intl._t("You may wish to add one or two to your <a href=\"/susidns/subscriptions\">subscription list</a>.")%>
<ul>
<li><code>http://stats.i2p/cgi-bin/newhosts.txt</code></li>
<li><code>http://no.i2p/export/alive-hosts.txt</code></li>
<li><code>http://identiguy.i2p/hosts.txt</code></li>
<li><code>http://notbob.i2p/hosts.txt</code></li>
</ul>
<p><%=intl._t("Note that subscribing to a hosts.txt service is an act of trust, as a malicious subscription could give you incorrect addresses, so be careful subscribing to lists from unknown sources.")%>

View File

@@ -1,4 +1,4 @@
<h2><%=intl._t("Reachability Help")%></h2>
<h2><%=intl._t("Network Help")%></h2>
<p>
<%=intl._t("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%>&nbsp;
<%=intl._t("If you think you have opened up your firewall and I2P still thinks you are firewalled, remember that you may have multiple firewalls, for example both software packages and external hardware routers.")%>&nbsp;