I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ee8dc4af authored by z3d's avatar z3d
Browse files

Remove <centre> tags from sidepanel content to restore left justification to

classic theme, whilst retaining centering for new themes.
parent d7b4be1e
Branches
Tags
No related merge requests found
...@@ -31,13 +31,12 @@ ...@@ -31,13 +31,12 @@
<a href="help.jsp" target="_top">Help</a></b> <a href="help.jsp" target="_top">Help</a></b>
</center> </center>
<hr /> <hr />
<center>
<u><b>General</b></u><br /> <u><b>General</b></u><br />
<b>Ident:</b> (<a title="Your router identity is <jsp:getProperty name="helper" property="ident" />, never reveal it to anyone" href="netdb.jsp?r=." target="_top">view</a>)<br /> <b>Ident:</b> (<a title="Your router identity is <jsp:getProperty name="helper" property="ident" />, never reveal it to anyone" href="netdb.jsp?r=." target="_top">view</a>)<br />
<b>Version:</b> <jsp:getProperty name="helper" property="version" /><br /> <b>Version:</b> <jsp:getProperty name="helper" property="version" /><br />
<b>Uptime:</b> <jsp:getProperty name="helper" property="uptime" /><br /> <b>Uptime:</b> <jsp:getProperty name="helper" property="uptime" /><br />
<b>Now:</b> <jsp:getProperty name="helper" property="time" /><br /> <b>Now:</b> <jsp:getProperty name="helper" property="time" /><br />
<b>Reachability:</b> <a href="config.jsp#help" target="_top"><jsp:getProperty name="helper" property="reachability" /></a></center> <b>Reachability:</b> <a href="config.jsp#help" target="_top"><jsp:getProperty name="helper" property="reachability" /></a>
<% <%
if (helper.updateAvailable()) { if (helper.updateAvailable()) {
// display all the time so we display the final failure message // display all the time so we display the final failure message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment