Use new tabs for a couple of links

This commit is contained in:
str4d
2017-05-14 05:38:56 +00:00
parent ac31a1319b
commit 0aae97162e
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ public class ConfigClientsHelper extends HelperBase {
if (s != null) {
desc.append("<tr><td><b>")
.append(_t("Website")).append("</b></td><td><a href=\"")
.append(s).append("\">").append(s).append("</a>");
.append(s).append("\" target=\"_blank\">").append(s).append("</a>");
}
String updateURL = stripHTML(appProps, "updateURL.su3");
if (updateURL == null)

View File

@ -48,7 +48,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<h3 id="pluginmanage"><a name="plugin"></a><%=intl._t("Plugin Installation")%></h3><p>
<table id="plugininstall" class="configtable">
<tr><td class="infohelp" colspan="2">
<%=intl._t("Look for available plugins on {0}.", "<a href=\"http://i2pwiki.i2p/index.php?title=Plugins\">i2pwiki.i2p</a>")%>
<%=intl._t("Look for available plugins on {0}.", "<a href=\"http://i2pwiki.i2p/index.php?title=Plugins\" target=\"_blank\">i2pwiki.i2p</a>")%>
</td></tr>
<tr><th colspan="2">
<%=intl._t("Installation from URL")%>