Merge branch 'rel-4.3' of https://github.com/abpframework/abp into rel-4.3

pull/8547/head
erolarkat 5 years ago
commit 2ca9071baf

@ -42,7 +42,7 @@
}
<abp-card>
<abp-card-header title="@L["Update"].Value"></abp-card-header>
<abp-card-header title="@L["Edit"].Value"></abp-card-header>
<abp-card-body>
<div class="form-group">

@ -13,7 +13,7 @@
<abp-dynamic-form abp-model="ViewModel" asp-page="/CmsKit/Blogs/UpdateModal">
<abp-modal>
<abp-modal-header title="@L["Update"].Value"></abp-modal-header>
<abp-modal-header title="@L["Edit"].Value"></abp-modal-header>
<abp-modal-body>
<abp-input asp-for="Id" />
<abp-form-content />

@ -14,7 +14,7 @@
<abp-dynamic-form abp-model="ViewModel" asp-page="/CmsKit/Tags/EditModal">
<abp-modal>
<abp-modal-header title="@L["Update"].Value"></abp-modal-header>
<abp-modal-header title="@L["Edit"].Value"></abp-modal-header>
<abp-modal-body>
<abp-input asp-for="Id" />
<abp-form-content />

Loading…
Cancel
Save