Added class to summary bar config table

This commit is contained in:
str4d
2012-07-10 22:48:59 +00:00
parent 177b6e2d48
commit ac9bdab78e

View File

@ -803,7 +803,7 @@ public class SummaryHelper extends HelperBase {
String imgPath = CSSHelper.BASE_THEME_PATH + theme + "/images/";
StringBuilder buf = new StringBuilder(2048);
buf.append("<table><tr><th>")
buf.append("<table class=\"sidebarconf\"><tr><th>")
.append(_("Remove"))
.append("</th><th colspan=\"2\">")
.append(_("Order"))