forked from I2P_Developers/i2p.i2p
Added class to summary bar config table
This commit is contained in:
@ -803,7 +803,7 @@ public class SummaryHelper extends HelperBase {
|
|||||||
String imgPath = CSSHelper.BASE_THEME_PATH + theme + "/images/";
|
String imgPath = CSSHelper.BASE_THEME_PATH + theme + "/images/";
|
||||||
|
|
||||||
StringBuilder buf = new StringBuilder(2048);
|
StringBuilder buf = new StringBuilder(2048);
|
||||||
buf.append("<table><tr><th>")
|
buf.append("<table class=\"sidebarconf\"><tr><th>")
|
||||||
.append(_("Remove"))
|
.append(_("Remove"))
|
||||||
.append("</th><th colspan=\"2\">")
|
.append("</th><th colspan=\"2\">")
|
||||||
.append(_("Order"))
|
.append(_("Order"))
|
||||||
|
Reference in New Issue
Block a user