diff --git a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java index d3353a2b59..9cf9bc9096 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java @@ -159,6 +159,7 @@ public class HomeHelper extends HelperBase { buf.append("
"); for (App app : apps) { buf.append("
" + + "
" + "" + "\"\"
\n" + + buf.append("\" alt=\"\" title=\"").append(app.desc).append("\" src=\"").append(app.icon).append("\">\n" + + "
" + "
" + "
" + "").append(app.name).append("" + diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp index c5c0116f85..dbb243b4d2 100644 --- a/apps/routerconsole/jsp/home.jsp +++ b/apps/routerconsole/jsp/home.jsp @@ -18,6 +18,11 @@ System.setProperty("router.consoleNonce", consoleNonce); } %> + +" /> + + " /> +
@@ -29,13 +34,21 @@ <%@include file="xhr1.jsi" %>
+<% + if (!newshelper.shouldShowNews()) { +%> +
+ +<% + } // !shouldShowNews() +%>
" /> <% if (homehelper.shouldShowWelcome()) { %> -
+
">
English عربية @@ -60,24 +73,20 @@
<% } // shouldShowWelcome %> -
- - " /> <% if (newshelper.shouldShowNews()) { java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %> +

+
+
<% } // shouldShowNews() %> - - " /> -
-
-

<%=intl._("Local Services")%>

+

<%=intl._("Local Services")%>


diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 6883bf533c..07768208b9 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -610,11 +610,20 @@ h2.app { } h4.app { - clear: left; margin: 0 4px 2px 0; padding: 10px 0 8px 0; } +h4.app2 { + clear: left; + margin: 0 4px 2px 0; + padding: 16px 0 8px 0; +} + +div.ag2 { + margin: 0 0 0 207px; +} + div.app { float: left; padding: 2px; @@ -623,7 +632,6 @@ div.app { } div.appgroup { - clear: left; margin: 0; padding: 16px 8px; width: auto;