Browse Source

Update CreateModal.cshtml

pull/9261/head
Enis Necipoğlu 5 years ago
parent
commit
fe537700c3
  1. 11
      modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Menus/MenuItems/CreateModal.cshtml

11
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Menus/MenuItems/CreateModal.cshtml

@ -17,17 +17,6 @@
<abp-modal-header title="@L["New"].Value"></abp-modal-header>
<abp-modal-body>
@* <div class="form-group"> *@
@* <label asp-for="ViewModel.PageId"></label> *@
@* *@
@* <select class="form-control" asp-for="ViewModel.PageId"></select> *@
@* *@
@* <span asp-validation-for="ViewModel.PageId"></span> *@
@* </div> *@
@* *@
@* <abp-button id="page-id-clear-button" button-type="Outline_Danger" text="@L["Clear"]"/> *@
<abp-tabs tab-style="Tab">
<abp-tab name="url" title="@L["Url"]">
<abp-input asp-for="ViewModel.Url"/>

Loading…
Cancel
Save