This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
<section class="admin-page-shell">
|
||||
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("Support", "FAQ 수정", "기존 FAQ를 Tabler 표준 폼으로 수정합니다.", null, null))
|
||||
|
||||
<div class="card mb-3">
|
||||
<div class="card-body">
|
||||
<div class="text-muted small text-uppercase mb-1">불러온 원본</div>
|
||||
<div class="fw-semibold">@Model.Input.Question</div>
|
||||
<div class="text-muted small">카테고리: @Model.Input.Category</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form method="post" class="card">
|
||||
<div class="card-header d-flex flex-wrap align-items-center justify-content-between gap-2">
|
||||
<div>
|
||||
<div class="text-muted small text-uppercase mb-1">불러온 원본</div>
|
||||
<div class="fw-semibold">@Model.Input.Question</div>
|
||||
<div class="text-muted small">카테고리: @Model.Input.Category</div>
|
||||
</div>
|
||||
<span class="badge bg-secondary-lt text-secondary">원본 확인 후 수정</span>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
@await Html.PartialAsync("_ValidationSummary")
|
||||
<input type="hidden" asp-for="Input.Id" />
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
<section class="admin-page-shell">
|
||||
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("Customer Requests", "문의 수정", "문의 내용을 수정하고 상태를 갱신합니다.", null, null))
|
||||
|
||||
<div class="card mb-3">
|
||||
<div class="card-body">
|
||||
<div class="text-muted small text-uppercase mb-1">불러온 원본</div>
|
||||
<div class="fw-semibold">@Model.Input.Name</div>
|
||||
<div class="text-muted small">@Model.Input.Phone / @Model.Input.ServiceType</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form method="post" class="card">
|
||||
<div class="card-header d-flex flex-wrap align-items-center justify-content-between gap-2">
|
||||
<div>
|
||||
<div class="text-muted small text-uppercase mb-1">불러온 원본</div>
|
||||
<div class="fw-semibold">@Model.Input.Name</div>
|
||||
<div class="text-muted small">@Model.Input.Phone / @Model.Input.ServiceType</div>
|
||||
</div>
|
||||
<span class="badge bg-secondary-lt text-secondary">원본 확인 후 수정</span>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
@await Html.PartialAsync("_ValidationSummary")
|
||||
<input type="hidden" asp-for="Id" />
|
||||
|
||||
Reference in New Issue
Block a user