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
|
||||
showStop,
|
||||
// show delete button, show start button
|
||||
true, showStart);
|
||||
!isConsole, showStart);
|
||||
}
|
||||
|
||||
if ("new".equals(_edit))
|
||||
|
@ -118,6 +118,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
</div></form></div>
|
||||
|
||||
<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:")%>
|
||||
</p><div class="wideload">
|
||||
<form action="configclients" method="POST">
|
||||
|
Reference in New Issue
Block a user