mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Wordsmithing
--HG-- branch : dev
This commit is contained in:
@@ -3,7 +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>
|
||||
<span class="hint">@T("Only types with the Containable part can be contained in a list.")</span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
@Html.LabelFor(m => m.Part.Record.OrderByProperty, T("Order by"))
|
||||
|
Reference in New Issue
Block a user