forked from I2P_Developers/i2p.i2p
* /configclients: Add link to plugins.i2p; don't show delete button for console
This commit is contained in:
@ -122,7 +122,7 @@ public class ConfigClientsHelper extends HelperBase {
|
|||||||
// show stop button
|
// show stop button
|
||||||
showStop,
|
showStop,
|
||||||
// show delete button, show start button
|
// show delete button, show start button
|
||||||
true, showStart);
|
!isConsole, showStart);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("new".equals(_edit))
|
if ("new".equals(_edit))
|
||||||
|
@ -118,6 +118,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
|||||||
</div></form></div>
|
</div></form></div>
|
||||||
|
|
||||||
<h3><a name="plugin"></a><%=intl._("Plugin Installation")%></h3><p>
|
<h3><a name="plugin"></a><%=intl._("Plugin Installation")%></h3><p>
|
||||||
|
<%=intl._("Look for available plugins on {0}.", "<a href=\"http://plugins.i2p\">plugins.i2p</a>")%>
|
||||||
<%=intl._("To install a plugin, enter the download URL:")%>
|
<%=intl._("To install a plugin, enter the download URL:")%>
|
||||||
</p><div class="wideload">
|
</p><div class="wideload">
|
||||||
<form action="configclients" method="POST">
|
<form action="configclients" method="POST">
|
||||||
|
Reference in New Issue
Block a user