forked from I2P_Developers/i2p.i2p
Reordered /home summarybar, added <hr> after update download button
This commit is contained in:
@@ -651,7 +651,7 @@ public class SummaryHelper extends HelperBase {
|
||||
.append(_("Download Unsigned<br>Update {0}", getUnsignedUpdateVersion()))
|
||||
.append("</button><br>\n");
|
||||
}
|
||||
buf.append("</form>\n");
|
||||
buf.append("</form><hr>\n");
|
||||
}
|
||||
}
|
||||
return buf.toString();
|
||||
|
@@ -14,9 +14,6 @@
|
||||
reqURI = reqURI.replace("/xhr1.jsp", "/home");
|
||||
helper.setRequestURI(reqURI);
|
||||
%>
|
||||
<h4><a href="/confignet#help" title="<%=intl._("Help with configuring your firewall and router for optimal I2P performance")%>"><%=intl._("Network")%>:
|
||||
<jsp:getProperty name="helper" property="reachability" /></a></h4>
|
||||
<hr>
|
||||
<%
|
||||
if (!newshelper.shouldShowNews()) {
|
||||
%>
|
||||
@@ -25,7 +22,10 @@
|
||||
} // !shouldShowNews()
|
||||
%>
|
||||
<jsp:getProperty name="helper" property="updateStatus" />
|
||||
<jsp:getProperty name="helper" property="restartStatus" />
|
||||
<h4><a href="/confignet#help" title="<%=intl._("Help with configuring your firewall and router for optimal I2P performance")%>"><%=intl._("Network")%>:
|
||||
<jsp:getProperty name="helper" property="reachability" /></a></h4>
|
||||
<hr>
|
||||
<jsp:getProperty name="helper" property="firewallAndReseedStatus" />
|
||||
<jsp:getProperty name="helper" property="destinations" />
|
||||
<hr>
|
||||
<jsp:getProperty name="helper" property="restartStatus" />
|
||||
|
Reference in New Issue
Block a user