További finomítások
This commit is contained in:
+5
@@ -30,6 +30,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<br></br>
|
<br></br>
|
||||||
<div class="card shadow p-4">
|
<div class="card shadow p-4">
|
||||||
|
<div class="d-flex justify-content-end">
|
||||||
|
<button id="newCheckListTemplateHeaderBtn" class="btn btn-primary float-right new-btn" data-bs-toggle="tooltip" data-bs-placement="top" title="Új elem hozzáadása">
|
||||||
|
<i class="bi bi-plus-square"></i>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<table id="tbCheckListTemplateHeaderPage" class="table table-bordered table-hover table-sm" style="width:100%">
|
<table id="tbCheckListTemplateHeaderPage" class="table table-bordered table-hover table-sm" style="width:100%">
|
||||||
<thead class="table-primary">
|
<thead class="table-primary">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
@page
|
@page
|
||||||
@model WorkFlowCheck.Web.Pages.CheckListTemplate.CheckListTemplateHeader.CheckListTemplateHeaderPageModel
|
@model WorkFlowCheck.Web.Pages.CheckListTemplate.CheckListTemplateHeader.CheckListTemplateHeaderPageModel
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Felhasználók";
|
ViewData["Title"] = "Ellenőrzési sablonok";
|
||||||
}
|
}
|
||||||
<h1>@ViewData["Title"]</h1>
|
<h1>@ViewData["Title"]</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user