mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Temporary patch of fields display in Content Types edition
--HG-- branch : dev
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
@Html.ActionLink(T("Remove").Text, "RemoveFieldFrom", new { area = "Orchard.ContentTypes", id = Model.Part.Name, Model.Name }, new { itemprop = "RemoveUrl UnsafeUrl" }) @// <- some experimentation
|
||||
</div>
|
||||
<div class="details">
|
||||
@Html.RenderTemplates(Model.Templates)
|
||||
@//todo (sebros): fix this
|
||||
@//Html.RenderTemplates(Model.Templates)
|
||||
@Html.HiddenFor(m => m.Name)@Html.HiddenFor(m => m.FieldDefinition.Name)@Html.HiddenFor(m => m.Index)
|
||||
</div>
|
||||
</fieldset>
|
Reference in New Issue
Block a user