From ee8dc4af2d404007a06ae17aa9e4e57f33187008 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Thu, 9 Jul 2009 19:14:02 +0000 Subject: [PATCH] Remove <centre> tags from sidepanel content to restore left justification to classic theme, whilst retaining centering for new themes. --- apps/routerconsole/jsp/summarynoframe.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/summarynoframe.jsp b/apps/routerconsole/jsp/summarynoframe.jsp index 2b84cf8792..cd099e98ec 100644 --- a/apps/routerconsole/jsp/summarynoframe.jsp +++ b/apps/routerconsole/jsp/summarynoframe.jsp @@ -31,13 +31,12 @@ <a href="help.jsp" target="_top">Help</a></b> </center> <hr /> - <center> <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>Version:</b> <jsp:getProperty name="helper" property="version" /><br /> <b>Uptime:</b> <jsp:getProperty name="helper" property="uptime" /><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()) { // display all the time so we display the final failure message -- GitLab