From 36030ae180ac3e5c666113e997de9bbcea761a4e Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 19 Jun 2017 12:52:56 +0000 Subject: [PATCH] i2ptunnel: consistent tooltips and Destinations for editClient and editServer --- apps/i2ptunnel/jsp/editClient.jsp | 13 ++++++------- history.txt | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 2c10bb4a3..2fd4391ce 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -535,18 +535,20 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%=intl._t("Local destination")%> + - +
" tabindex="0"><%=destb64%>
- <%=intl._t("Local Base 32")%>: + <%=intl._t("Local Base 32")%>:  <%=editBean.getDestHashBase32(curTunnel)%> + <% } // if destb64 %> <% } %> @@ -594,11 +596,10 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - - <% if (editBean.isSigTypeAvailable(1)) { %> @@ -606,7 +607,6 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ECDSA-P256 - <% } if (editBean.isSigTypeAvailable(2)) { %> @@ -624,12 +624,11 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ECDSA-P521 - <% } if (editBean.isSigTypeAvailable(7)) { %> - diff --git a/history.txt b/history.txt index 3a35d14df..b11dbfc59 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,7 @@ 2017-06-19 str4d * Console: cleanup & formatting tidyups for welcome page readmes, remove unneeded classes + * i2ptunnel: consistent tooltips and Destinations for editClient and editServer 2017-06-15 zzz * Data: Cache hostname lookups in RouterAddress (ticket #1998)