Fix awkward text on console welcome browser page, adjust table spacing on configreseed

This commit is contained in:
hankhill19580
2020-06-09 17:09:36 +00:00
parent 25b4d136b8
commit 38f654edd9
2 changed files with 6 additions and 6 deletions

View File

@ -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")%>" />

View 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()) {
%> %>