Browse Source
Update localization on update modal
pull/18782/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
1 additions and
1 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Menus/MenuItems/UpdateModal.cshtml
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
|
|
|
<form id="menu-item-form" asp-page="/CmsKit/Menus/MenuItems/UpdateModal"> |
|
|
|
<abp-modal id="menu-update-modal"> |
|
|
|
<abp-modal-header title="@L["New"].Value"></abp-modal-header> |
|
|
|
<abp-modal-header title="@L["Edit"].Value"></abp-modal-header> |
|
|
|
<abp-modal-body> |
|
|
|
<abp-input asp-for="Id"/> |
|
|
|
<abp-input asp-for="ViewModel.ConcurrencyStamp"/> |
|
|
|
|