Moving list content to position 7

--HG--
branch : 1.x
This commit is contained in:
Dave Reed
2011-05-25 12:07:12 -07:00
parent ab71f4cc7f
commit 0aa6757b08

View File

@@ -76,9 +76,9 @@ namespace Orchard.Core.Containers.Controllers {
list.Classes.Add("list-items");
var model = _contentManager.BuildDisplay(container, "Detail");
model.Content.Add(list, "5");
model.Content.Add(list, "7");
if (container.As<ContainerPart>().Record.Paginated) {
model.Content.Add(pagerShape, "5.1");
model.Content.Add(pagerShape, "7.5");
}
return new ShapeResult(this, model);