From b80cbbdd4a83ecd0fef636743727de75490e0239 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Wed, 19 Aug 2009 16:57:47 +0000
Subject: [PATCH] Return of the mia <hr>'s.

---
 apps/routerconsole/jsp/config.jsp                         | 2 +-
 apps/routerconsole/jsp/configclients.jsp                  | 2 +-
 apps/routerconsole/jsp/configtunnels.jsp                  | 2 +-
 apps/routerconsole/jsp/configupdate.jsp                   | 6 +++---
 installer/resources/themes/console/classic/default.css    | 8 +++++---
 .../src/net/i2p/router/transport/udp/UDPTransport.java    | 4 ++--
 6 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 443e8f708c..c371624db8 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -57,7 +57,7 @@
         out.print("It improves your anonymity by creating cover traffic, and helps the network.<br>");
     } else {
         out.print("You have configured I2P to share<b> " + share + "KBps</b>. ");
-        out.print("The higher the share bandwidth the more you improve your anonymity and help the network.<br>");
+        out.print("The higher the share bandwidth the more you improve your anonymity and help the network.<hr>");
     }
  %>
 </p><div class="formaction">
diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp
index aa5a8395af..5e657bbc9d 100644
--- a/apps/routerconsole/jsp/configclients.jsp
+++ b/apps/routerconsole/jsp/configclients.jsp
@@ -34,7 +34,7 @@ button span.hide{
  </p><div class="wideload">
  <p><jsp:getProperty name="clientshelper" property="form1" />
  </p><p><i>All changes require restart to take effect. To change other client options, edit the clients.config file.</i>
- </p><br><div class="formaction">
+ </p><hr><div class="formaction">
  <input type="submit" name="action" value="Save Client Configuration" />
 </div></div><h3>WebApp Configuration</h3><p>
  The Java web applications listed below are started by the webConsole client and run in the same JVM as the router.
diff --git a/apps/routerconsole/jsp/configtunnels.jsp b/apps/routerconsole/jsp/configtunnels.jsp
index 94647fef85..f9185a01aa 100644
--- a/apps/routerconsole/jsp/configtunnels.jsp
+++ b/apps/routerconsole/jsp/configtunnels.jsp
@@ -38,5 +38,5 @@
  <i>Note - Exploratory tunnel setting changes are stored in the router.config file.</i><br>
  <i>Client tunnel changes are temporary and are not saved.</i><br>
  <i>To make permanent client tunnel changes see the </i><a href="i2ptunnel/index.jsp">i2ptunnel page</a>.<br>
- <br><div class="formaction"><input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" /></div>
+ <hr><div class="formaction"><input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" /></div>
  </form></div></div></div></body></html>
diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp
index 4b2fd1b722..30bdab5081 100644
--- a/apps/routerconsole/jsp/configupdate.jsp
+++ b/apps/routerconsole/jsp/configupdate.jsp
@@ -28,8 +28,8 @@
       <h3>Check for I2P and news updates</h3>
       <div class="wideload"><table border="0" cellspacing="5">
         <tr><td colspan="2"></tr>
-        <tr><td class= "mediumtags" align="right"><b>News:</b></td>
-          <td> <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> <i>Update In Progress</i><br> <% } else { %> <input type="submit" name="action" value="Check for update now" />
+        <tr><td class= "mediumtags" align="right"><b>News &amp; I2P Updates:</b></td>
+          <td> <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> <i>Update In Progress</i><br> <% } else { %> <input type="submit" name="action" value="Check for updates" />
             <% } %></td></tr>
         <tr><td colspan="2"><br></td></tr>
         <tr><td class= "mediumtags" align="right"><b>News URL:</b></td>
@@ -52,7 +52,7 @@
           <td><jsp:getProperty name="updatehelper" property="updateUnsigned" /></td>
         </tr><tr><td class= "mediumtags" align="right"><b>Unsigned Build URL:</b></td>
           <td><input type="text" size="60" name="zipURL" value="<jsp:getProperty name="updatehelper" property="zipURL" />"></td>
-        </tr><tr><td>
+        </tr><tr><td colspan="2">
         <div class="formaction">
             <input type="submit" name="action" value="Save" />
             <input type="reset" value="Cancel" />
diff --git a/installer/resources/themes/console/classic/default.css b/installer/resources/themes/console/classic/default.css
index 36d191d516..efdfd191b9 100644
--- a/installer/resources/themes/console/classic/default.css
+++ b/installer/resources/themes/console/classic/default.css
@@ -39,7 +39,7 @@ h4 {
      text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
      text-transform: uppercase;
      white-space: nowrap;
-     width: 772px;
+     width: 782px;
      letter-spacing: 0.09em;
 }
 
@@ -66,6 +66,7 @@ textarea, input, select, button, a {
 
 button {
      float: none;
+     height: 20px !important;
 }
 
 textarea {
@@ -121,7 +122,7 @@ hr {
 
 .control {
      margin: 2px;
-     padding: 0 0 4px 0;
+     padding: 2px;
      overflow: hidden;
      height: 20px;
      width: 60px;
@@ -130,6 +131,7 @@ hr {
      color: #000;
      border: 1px outset #ddddc0;
      text-align: center;
+     vertical-align: middle;
      white-space: nowrap;
 }
 
@@ -143,7 +145,7 @@ hr {
 }
 
 .panel {
-     width: 780px;
+     width: 790px;
      margin: 16px auto 16px auto;
      padding: 5px 10px;
      overflow: hidden;
diff --git a/router/java/src/net/i2p/router/transport/udp/UDPTransport.java b/router/java/src/net/i2p/router/transport/udp/UDPTransport.java
index da48ad7d7e..d431913d1f 100644
--- a/router/java/src/net/i2p/router/transport/udp/UDPTransport.java
+++ b/router/java/src/net/i2p/router/transport/udp/UDPTransport.java
@@ -1768,10 +1768,10 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
         int numPeers = 0;
         
         StringBuilder buf = new StringBuilder(512);
-        buf.append("<p><b id=\"udpcon\"><h3>UDP connections: ").append(peers.size());
+        buf.append("<h3 id=\"udpcon\">UDP connections: ").append(peers.size());
         buf.append(". Limit: ").append(getMaxConnections());
         buf.append(". Timeout: ").append(DataHelper.formatDuration(_expireTimeout));
-        buf.append(".</b></h3>\n");
+        buf.append(".</h3>\n");
         buf.append("<div class=\"wideload\"><table>\n");
         buf.append("<tr><th class=\"smallhead\" nowrap><a href=\"#def.peer\">Peer</a>");
         if (sortFlags != FLAG_ALPHA)
-- 
GitLab