Reordered /home summarybar, added <hr> after update download button

This commit is contained in:
str4d
2012-06-01 01:21:57 +00:00
parent ef06fc758c
commit b23414eab1
2 changed files with 5 additions and 5 deletions

View File

@@ -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();

View File

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