Console: Remove links on /configclients

This commit is contained in:
zzz
2019-07-19 16:33:22 +00:00
parent 7374484ccb
commit d73058fd65
5 changed files with 4 additions and 34 deletions

View File

@@ -27,13 +27,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<jsp:useBean class="net.i2p.router.web.helpers.ConfigClientsHandler" id="formhandler" scope="request" />
<%@include file="formhandler.jsi" %>
<div class="configure">
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%>&nbsp;
<span class="h3navlinks">
<a href="configi2cp" title="<%=intl._t("Advanced Client Interface Configuration")%>">[I2CP]</a>&nbsp;
<a href="configplugins" title="<%=intl._t("Plugin Configuration")%>">[Plugins]</a>&nbsp;
<a href="configwebapps" title="<%=intl._t("WebApp Configuration")%>">[WebApps]</a>
</span>
</h3>
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%></h3>
<p class="infohelp" id="clientconf">
<%=intl._t("The Java clients listed below are started by the router and run in the same JVM.")%>&nbsp;
<%=intl._t("To change other client options, edit the file")%>

View File

@@ -5624,23 +5624,13 @@ h3#pairs {
/* /confignet, /configadvanced */
h3#iptransport a, th#upnpconfig a, h3#bwlimiter a, #config_stats h3 a, #config_logging h3 a, h3#graphdisplay a, #logs h3 a, h3#advancedconfig a, .h3navlinks {
h3#iptransport a, th#upnpconfig a, h3#bwlimiter a, #config_stats h3 a, #config_logging h3 a, h3#graphdisplay a, #logs h3 a, h3#advancedconfig a {
float: right;
font-size: 9pt;
text-transform: none;
letter-spacing: normal;
}
.h3navlinks a {
text-transform: capitalize;
letter-spacing: normal;
margin-left: 5px;
}
.h3navlinks a:hover {
color: #f60;
}
h3#iptransport a:not(old), h3#advancedconfig a:not(old) {
font-size: 0;
}

View File

@@ -366,7 +366,7 @@ td.optionsave {
text-align: right;
}
.h3navlinks, h3#servicedebug a, h3#graphinfo a, #config_stats.main h3 a, #config_logging.main h3 a, #configstats th a {
h3#servicedebug a, h3#graphinfo a, #config_stats.main h3 a, #config_logging.main h3 a, #configstats th a {
float: left;
}

View File

@@ -1776,23 +1776,13 @@ h1, .confignav {
word-spacing: normal;
}
h3#advancedconfig a, h3#bwlimiter a, h3.tabletitle a, h3.ptitle a, th a.script, th#upnpconfig a, h3#graphinfo a, h3#graphdisplay a, .h3navlinks {
h3#advancedconfig a, h3#bwlimiter a, h3.tabletitle a, h3.ptitle a, th a.script, th#upnpconfig a, h3#graphinfo a, h3#graphdisplay a {
float: right;
font-size: 9pt;
letter-spacing: normal;
text-transform: capitalize;
}
.h3navlinks a {
text-transform: capitalize;
letter-spacing: normal;
margin-left: 2px;
}
.h3navlinks a:hover {
color: #f60;
}
h3 a.script, th a.script {
text-transform: lowercase;
}

View File

@@ -516,10 +516,6 @@ div.themechoice, div.langselect {
font-weight: bold;
}
.h3navlinks {
float: left;
}
.homelinkedit tr:last-child td:first-child, p#helptranslate {
text-align: left;
}