#18090: Fixing container's title issues by adding a new TitlePart

Work Items: 18090

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-20 16:11:54 -07:00
parent 025de7382c
commit 9a7d660510
24 changed files with 261 additions and 10 deletions

View File

@@ -63,5 +63,6 @@ namespace Orchard.Core.Containers.Drivers {
return shapeHelper.EditorTemplate(TemplateName: "Containable", Model: model, Prefix: "Containable");
});
}
}
}