Adds pane cssclass attr

This commit is contained in:
perploug
2013-09-10 15:06:46 +02:00
parent fcc07bc663
commit 7139fda098

View File

@@ -66,7 +66,7 @@ namespace umbraco.uicontrols
styleString += key + ":" + this.Style[key] + ";";
}
writer.WriteLine("<div class=\"umb-pane\" style='" + styleString + "'>");
writer.WriteLine("<div class=\"umb-pane " + this.CssClass + "\" style='" + styleString + "'>");
writer.WriteLine("<div class=\"control-group umb-control-group\" style='" + styleString + "'>");
if (!string.IsNullOrEmpty(m_Text))