forked from I2P_Developers/i2p.i2p
Console: Remove links on /configclients
This commit is contained in:
@@ -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" />
|
<jsp:useBean class="net.i2p.router.web.helpers.ConfigClientsHandler" id="formhandler" scope="request" />
|
||||||
<%@include file="formhandler.jsi" %>
|
<%@include file="formhandler.jsi" %>
|
||||||
<div class="configure">
|
<div class="configure">
|
||||||
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%>
|
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%></h3>
|
||||||
<span class="h3navlinks">
|
|
||||||
<a href="configi2cp" title="<%=intl._t("Advanced Client Interface Configuration")%>">[I2CP]</a>
|
|
||||||
<a href="configplugins" title="<%=intl._t("Plugin Configuration")%>">[Plugins]</a>
|
|
||||||
<a href="configwebapps" title="<%=intl._t("WebApp Configuration")%>">[WebApps]</a>
|
|
||||||
</span>
|
|
||||||
</h3>
|
|
||||||
<p class="infohelp" id="clientconf">
|
<p class="infohelp" id="clientconf">
|
||||||
<%=intl._t("The Java clients listed below are started by the router and run in the same JVM.")%>
|
<%=intl._t("The Java clients listed below are started by the router and run in the same JVM.")%>
|
||||||
<%=intl._t("To change other client options, edit the file")%>
|
<%=intl._t("To change other client options, edit the file")%>
|
||||||
|
@@ -5624,23 +5624,13 @@ h3#pairs {
|
|||||||
|
|
||||||
/* /confignet, /configadvanced */
|
/* /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;
|
float: right;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
letter-spacing: normal;
|
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) {
|
h3#iptransport a:not(old), h3#advancedconfig a:not(old) {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
@@ -366,7 +366,7 @@ td.optionsave {
|
|||||||
text-align: right;
|
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;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1776,23 +1776,13 @@ h1, .confignav {
|
|||||||
word-spacing: normal;
|
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;
|
float: right;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
text-transform: capitalize;
|
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 {
|
h3 a.script, th a.script {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
|
@@ -516,10 +516,6 @@ div.themechoice, div.langselect {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h3navlinks {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.homelinkedit tr:last-child td:first-child, p#helptranslate {
|
.homelinkedit tr:last-child td:first-child, p#helptranslate {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user