Move name title above name column on /confighome

This commit is contained in:
str4d
2016-04-18 04:45:22 +00:00
parent 3790129b30
commit 4547d5887d

View File

@ -213,7 +213,7 @@ public class HomeHelper extends HelperBase {
StringBuilder buf = new StringBuilder(1024);
buf.append("<table class=\"homelinkedit\"><tr><th>")
.append(_t("Remove"))
.append("</th><th colspan=\"2\">")
.append("</th><th></th><th>")
.append(_t("Name"))
.append("</th><th>")
.append(_t("URL"))