* /configclients: Add link to plugins.i2p; don't show delete button for console

This commit is contained in:
zzz
2014-01-28 22:48:52 +00:00
parent 434bf13be9
commit c30419107f
2 changed files with 2 additions and 1 deletions

View File

@ -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))

View File

@ -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">