mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Help text added to container part editor to explain containable
--HG-- branch : dev
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<fieldset>
|
||||
@Html.LabelFor(m => m.Part.Record.ItemContentType, T("Contains"))
|
||||
@Html.DropDownListFor(m => m.Part.Record.ItemContentType, Model.AvailableContainables)
|
||||
<span class="hint">@T("Containers can contain content items of containable content types. A content type is made containable by adding the Containable part to it.")</span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
@Html.LabelFor(m => m.Part.Record.OrderByProperty, T("Order by"))
|
||||
|
||||
Reference in New Issue
Block a user