További finomítások

This commit is contained in:
2025-03-19 18:22:45 +01:00
parent 2e335e7b8a
commit 7a158ed10d
2 changed files with 6 additions and 1 deletions
@@ -30,6 +30,11 @@
</div>
<br></br>
<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%">
<thead class="table-primary">
<tr>
@@ -1,7 +1,7 @@
@page
@model WorkFlowCheck.Web.Pages.CheckListTemplate.CheckListTemplateHeader.CheckListTemplateHeaderPageModel
@{
ViewData["Title"] = "Felhasználók";
ViewData["Title"] = "Ellenőrzési sablonok";
}
<h1>@ViewData["Title"]</h1>