From cb38e869a1937da4580e2f504513dbf52af16028 Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Wed, 26 Mar 2025 10:23:39 +0100 Subject: [PATCH] =?UTF-8?q?CheckListHeader=20TAB-os=C3=ADtva=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CheckListHeaderEditPage.cshtml | 115 +++++++++++------- 1 file changed, 69 insertions(+), 46 deletions(-) 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 {