mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +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
|
||||
@using Orchard.Core.Navigation.Models
|
||||
@using Orchard.Core.Navigation.ViewModels
|
||||
@{
|
||||
Script.Require("ShapesBase");
|
||||
}
|
||||
<fieldset>
|
||||
@Html.EditorFor(m => m.OnMainMenu)
|
||||
<label for="OnMainMenu" class="forcheckbox">@T("Show on main menu")</label>
|
||||
|
Reference in New Issue
Block a user