mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Moving list content to position 7
--HG-- branch : 1.x
This commit is contained in:
@@ -76,9 +76,9 @@ namespace Orchard.Core.Containers.Controllers {
|
|||||||
list.Classes.Add("list-items");
|
list.Classes.Add("list-items");
|
||||||
|
|
||||||
var model = _contentManager.BuildDisplay(container, "Detail");
|
var model = _contentManager.BuildDisplay(container, "Detail");
|
||||||
model.Content.Add(list, "5");
|
model.Content.Add(list, "7");
|
||||||
if (container.As<ContainerPart>().Record.Paginated) {
|
if (container.As<ContainerPart>().Record.Paginated) {
|
||||||
model.Content.Add(pagerShape, "5.1");
|
model.Content.Add(pagerShape, "7.5");
|
||||||
}
|
}
|
||||||
|
|
||||||
return new ShapeResult(this, model);
|
return new ShapeResult(this, model);
|
||||||
|
Reference in New Issue
Block a user