Only add new summary bar sections to the bottom

This commit is contained in:
str4d
2012-07-09 20:35:58 +00:00
parent c9fc3f11a6
commit 9c7f9a935b

View File

@ -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\">" +