--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2011-02-16 16:52:17 -08:00

View File

@@ -25,15 +25,6 @@ namespace Orchard.Core.Contents {
displaying.ShapeMetadata.Wrappers.Add("Content_ControlWrapper");
}
});
builder.Describe("Content_Edit")
.OnDisplaying(displaying => {
ContentItem contentItem = displaying.Shape.ContentItem;
if (contentItem != null) {
//Content-Page.Edit
displaying.ShapeMetadata.Alternates.Add("Content_Edit__" + contentItem.ContentType);
}
});
}
}
}