Correcting Column element editor shape.

This commit is contained in:
Sipke Schoorstra
2014-11-22 16:20:02 -08:00
parent a3da7de0be
commit 9f3647bb7a

View File

@@ -17,7 +17,7 @@ namespace Orchard.Layouts.Drivers {
protected override void DescribeForm(DescribeContext context) {
context.Form("Column", factory => {
var shape = (dynamic)factory;
var form = shape.Form(
var form = shape.Fieldset(
Id: "Column",
_Span: shape.Textbox(
Id: "ColumnSpan",