mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Bringing in the base js for Navigation.EditMenuPart template
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
@model MenuPart
|
@model MenuPart
|
||||||
@using Orchard.Core.Navigation.Models
|
@using Orchard.Core.Navigation.Models
|
||||||
@using Orchard.Core.Navigation.ViewModels
|
@using Orchard.Core.Navigation.ViewModels
|
||||||
|
@{
|
||||||
|
Script.Require("ShapesBase");
|
||||||
|
}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@Html.EditorFor(m => m.OnMainMenu)
|
@Html.EditorFor(m => m.OnMainMenu)
|
||||||
<label for="OnMainMenu" class="forcheckbox">@T("Show on main menu")</label>
|
<label for="OnMainMenu" class="forcheckbox">@T("Show on main menu")</label>
|
||||||
|
Reference in New Issue
Block a user