forked from I2P_Developers/i2p.i2p
Fix awkward text on console welcome browser page, adjust table spacing on configreseed
This commit is contained in:
@ -106,6 +106,10 @@
|
|||||||
<input type="submit" name="action" class="download" value="<%=intl._t("Reseed from file")%>" />
|
<input type="submit" name="action" class="download" value="<%=intl._t("Reseed from file")%>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</table></form>
|
||||||
|
|
||||||
|
<form action="/createreseed" method="GET">
|
||||||
|
<table id="manualreseed3" class="configtable">
|
||||||
<tr id="create">
|
<tr id="create">
|
||||||
<th colspan="2">
|
<th colspan="2">
|
||||||
<%=intl._t("Create Reseed File")%>
|
<%=intl._t("Create Reseed File")%>
|
||||||
@ -117,10 +121,6 @@
|
|||||||
<%=intl._t("This file will never contain your own router's identity or IP.")%>
|
<%=intl._t("This file will never contain your own router's identity or IP.")%>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></form>
|
|
||||||
|
|
||||||
<form action="/createreseed" method="GET">
|
|
||||||
<table id="manualreseed3" class="configtable">
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="optionsave" colspan="2">
|
<td class="optionsave" colspan="2">
|
||||||
<input type="submit" name="action" class="go" value="<%=intl._t("Create reseed file")%>" />
|
<input type="submit" name="action" class="go" value="<%=intl._t("Create reseed file")%>" />
|
||||||
|
@ -254,8 +254,8 @@
|
|||||||
<img class="wizardimg" src="/themes/console/images/wizard/undraw_startup_life.png">
|
<img class="wizardimg" src="/themes/console/images/wizard/undraw_startup_life.png">
|
||||||
<div class="wizardtext"><p>
|
<div class="wizardtext"><p>
|
||||||
<%=intl._t("Your browser needs to be configured to work with I2P.")%>
|
<%=intl._t("Your browser needs to be configured to work with I2P.")%>
|
||||||
<%=intl._t("Alternatively, you can configure your browser of choice to use I2P.")%>
|
<%=intl._t("We have instructions for configuring both Firefox and Chromium based browser with I2P.")%>
|
||||||
<a href="https://geti2p.net/htproxyports" target="_blank"><%=intl._t("If you want to do this yourself, here are instructions.")%></a>
|
<a href="https://geti2p.net/htproxyports" target="_blank"><%=intl._t("You can find these instructions on our website")%></a>.
|
||||||
<%
|
<%
|
||||||
if (net.i2p.util.SystemVersion.isWindows()) {
|
if (net.i2p.util.SystemVersion.isWindows()) {
|
||||||
%>
|
%>
|
||||||
|
Reference in New Issue
Block a user