forked from I2P_Developers/i2p.i2p
* Console:
- Don't hide link to configui.jsp for IE any more - Add lang selection on configui.jsp - Tag strings in configui.jsp - Load console_big.css if lang == zh - Add _x() tag for static iniitializers - HTML transitional input tags
This commit is contained in:
@ -202,9 +202,9 @@ public class SummaryBarRenderer {
|
||||
buf.append("<button type=\"submit\" name=\"updateAction\" value=\"Unsigned\" >")
|
||||
.append(_("Download Unsigned"))
|
||||
.append("<br>")
|
||||
.append(_helper.getUnsignedUpdateVersion())
|
||||
.append(' ')
|
||||
.append(_("Update"))
|
||||
.append(' ')
|
||||
.append(_helper.getUnsignedUpdateVersion())
|
||||
.append("</button>\n");
|
||||
}
|
||||
buf.append("</form>\n");
|
||||
|
Reference in New Issue
Block a user