mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding placement file location on Placement tab
--HG-- branch : dev
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
</div>
|
||||
|
||||
<div class="placement" style="display:none">
|
||||
<div class="shape-tracing-breadcrumb">@(String.IsNullOrEmpty((string)Model.PlacementSource) ? T("").Text : Model.PlacementSource.ToString())</div>
|
||||
<textarea id="placement-@Model.ShapeId" name="placement-@Model.ShapeId">@Model.PlacementContent</textarea>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user