mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Merge pull request #263 from LD-Reborn/239-bug-add-attribute-in-asset-create-and-update-modals-wrong-class
Fixed buttons wrong css class
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
<div id="attributesContainer" class="d-flex flex-column gap-2">
|
<div id="attributesContainer" class="d-flex flex-column gap-2">
|
||||||
<!-- Dynamic attribute rows will appear here -->
|
<!-- Dynamic attribute rows will appear here -->
|
||||||
</div>
|
</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"]
|
@T["Add Attribute"]
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -437,7 +437,7 @@
|
|||||||
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
||||||
</div>
|
</div>
|
||||||
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></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"]
|
@T["Add Attribute"]
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -389,7 +389,7 @@
|
|||||||
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
|
||||||
</div>
|
</div>
|
||||||
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></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"]
|
@T["Add Attribute"]
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user