mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Updated localization for the Home actions
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
<div class="mb-4 d-flex flex-wrap gap-2">
|
||||
<button class="btn btn-outline-primary">Create asset</button>
|
||||
<button class="btn btn-outline-primary">@T["Create asset"]</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -38,12 +38,12 @@
|
||||
<td>@assetsTableViewModel.LocationName</td>
|
||||
<td>
|
||||
<div class="d-flex gap-2">
|
||||
<button class="btn btn-sm btn-primary">Update</button>
|
||||
<button class="btn btn-sm btn-primary">@T["Update"]</button>
|
||||
<button class="btn btn-sm btn-danger btn-delete"
|
||||
data-asset-id="@assetsTableViewModel.AssetCn"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#deleteModal">
|
||||
🗑️ Delete
|
||||
🗑️ @T["Delete"]
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="container py-4">
|
||||
<h2 class="mb-3">@T["Overview"]</h2>
|
||||
<div class="mb-4 d-flex flex-wrap gap-2">
|
||||
<button class="btn btn-outline-primary">Inventory asset</button>
|
||||
<button class="btn btn-outline-primary">Create user</button>
|
||||
<button class="btn btn-outline-primary">@T["Inventory asset"]</button>
|
||||
<button class="btn btn-outline-primary">@T["Create user"]</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
<div class="mb-4 d-flex flex-wrap gap-2">
|
||||
<button class="btn btn-outline-primary">Create location</button>
|
||||
<button class="btn btn-outline-primary">@T["Create location"]</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
<div class="mb-4 d-flex flex-wrap gap-2">
|
||||
<button class="btn btn-outline-primary">Create location</button>
|
||||
<button class="btn btn-outline-primary">@T["Create user"]</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user