forked from I2P_Developers/i2p.i2p
Only add new summary bar sections to the bottom
This commit is contained in:
@ -846,7 +846,7 @@ public class SummaryHelper extends HelperBase {
|
|||||||
}
|
}
|
||||||
buf.append("<tr><td align=\"center\"><b>")
|
buf.append("<tr><td align=\"center\"><b>")
|
||||||
.append(_("Add")).append(":</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(sections.size())
|
||||||
.append("\"></td>" +
|
.append("\"></td>" +
|
||||||
"<td align=\"left\">" +
|
"<td align=\"left\">" +
|
||||||
|
Reference in New Issue
Block a user