diff --git a/src/WorkFlowCheck.Web/Pages/CheckList/CheckListHeader/CheckListHeaderEditPage.cshtml b/src/WorkFlowCheck.Web/Pages/CheckList/CheckListHeader/CheckListHeaderEditPage.cshtml index 246ccb4..ba9aef3 100644 --- a/src/WorkFlowCheck.Web/Pages/CheckList/CheckListHeader/CheckListHeaderEditPage.cshtml +++ b/src/WorkFlowCheck.Web/Pages/CheckList/CheckListHeader/CheckListHeaderEditPage.cshtml @@ -3,7 +3,7 @@ @using Microsoft.AspNetCore.Antiforgery @inject IAntiforgery Antiforgery @{ - ViewData["Title"] = "Ellenőrzés sablon"; + ViewData["Title"] = "Ellenőrzés"; var CheckListHeaderId = Model.CheckListHeaderDTO.Id; var url = Url.Page("./CheckListHeaderEditPage", "LoadCheckListRows", new { id = CheckListHeaderId }); var urlPost = Url.Page("./CheckListHeaderEditPage", "Save"); @@ -13,53 +13,76 @@ -
-
- - -
- - - -
-
- - -
-
-
-

-
-
- + +
+
+ +
+ +
+
+
+
+ + +
+ + + +
+
+ + + +
+
+ + +
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
IDShort NameCheckpointOperationDescriptionAnswerTypeAnswerAction
IDShort NameCheckpointOperationDescriptionAnswerTypeAnswerAction
+
+
- - - - - - - - - - - - - - - - - - - - - - - -
IDShort NameCheckpointOperationDescriptionAnswerTypeAnswerAction
IDShort NameCheckpointOperationDescriptionAnswerTypeAnswerAction
+ @section Scripts {