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")%>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<form action="/createreseed" method="GET">
|
||||
<table id="manualreseed3" class="configtable">
|
||||
<tr id="create">
|
||||
<th colspan="2">
|
||||
<%=intl._t("Create Reseed File")%>
|
||||
@ -117,10 +121,6 @@
|
||||
<%=intl._t("This file will never contain your own router's identity or IP.")%>
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<form action="/createreseed" method="GET">
|
||||
<table id="manualreseed3" class="configtable">
|
||||
<tr>
|
||||
<td class="optionsave" colspan="2">
|
||||
<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">
|
||||
<div class="wizardtext"><p>
|
||||
<%=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.")%>
|
||||
<a href="https://geti2p.net/htproxyports" target="_blank"><%=intl._t("If you want to do this yourself, here are instructions.")%></a>
|
||||
<%=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("You can find these instructions on our website")%></a>.
|
||||
<%
|
||||
if (net.i2p.util.SystemVersion.isWindows()) {
|
||||
%>
|
||||
|
Reference in New Issue
Block a user