mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed buttons wrong css class
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
<div id="attributesContainer" class="d-flex flex-column gap-2">
|
||||
<!-- Dynamic attribute rows will appear here -->
|
||||
</div>
|
||||
<button type="button" class="btn btn-sm btn-success mt-3" id="addAttributeBtn">
|
||||
<button type="button" class="btn btn-sm btn-primary mt-3" id="addAttributeBtn">
|
||||
@T["Add Attribute"]
|
||||
</button>
|
||||
</div>
|
||||
@@ -437,7 +437,7 @@
|
||||
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
||||
</div>
|
||||
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
|
||||
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn">
|
||||
<button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
|
||||
@T["Add Attribute"]
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
||||
</div>
|
||||
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
|
||||
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn">
|
||||
<button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
|
||||
@T["Add Attribute"]
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user