forked from I2P_Developers/i2p.i2p
Move name title above name column on /confighome
This commit is contained in:
@ -213,7 +213,7 @@ public class HomeHelper extends HelperBase {
|
|||||||
StringBuilder buf = new StringBuilder(1024);
|
StringBuilder buf = new StringBuilder(1024);
|
||||||
buf.append("<table class=\"homelinkedit\"><tr><th>")
|
buf.append("<table class=\"homelinkedit\"><tr><th>")
|
||||||
.append(_t("Remove"))
|
.append(_t("Remove"))
|
||||||
.append("</th><th colspan=\"2\">")
|
.append("</th><th></th><th>")
|
||||||
.append(_t("Name"))
|
.append(_t("Name"))
|
||||||
.append("</th><th>")
|
.append("</th><th>")
|
||||||
.append(_t("URL"))
|
.append(_t("URL"))
|
||||||
|
Reference in New Issue
Block a user