mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
@using Orchard.Mvc.Html;
|
|
@{
|
|
Html.AddTitleParts((string)Model.Title);
|
|
}
|
|
@Display(Model.Primary)
|
|
@Display(Model.Secondary)
|
|
<fieldset><button class="primaryAction" type="submit">@T("Save")</button></fieldset> |