mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
@model Orchard.MediaProcessing.Models.ImageProfilePart
|
|
<fieldset>
|
|
@Html.LabelFor(m => m.Name, T("Name"))
|
|
@Html.TextBoxFor(m => m.Name, new {@class = "text"})
|
|
</fieldset> |