I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9c7f9a93 authored by str4d's avatar str4d
Browse files

Only add new summary bar sections to the bottom

parent c9fc3f11
No related branches found
No related tags found
No related merge requests found
......@@ -846,7 +846,7 @@ public class SummaryHelper extends HelperBase {
}
buf.append("<tr><td align=\"center\"><b>")
.append(_("Add")).append(":</b>" +
"</td><td align=\"center\"><input type=\"text\" name=\"order\" value=\"")
"</td><td align=\"center\"><input type=\"hidden\" name=\"order\" value=\"")
.append(sections.size())
.append("\"></td>" +
"<td align=\"left\">" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment