mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed sub-headings not following heading order
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
}
|
||||
modalBody.innerHTML = `
|
||||
<div class="row g-3">
|
||||
<h6 class="fw-bold">@T["Print"]</h6>
|
||||
<h4 class="fw-bold">@T["Print"]</h4>
|
||||
<button class="btn btn-primary" onclick="printBatch();" type="button">
|
||||
@T["Print batch"]
|
||||
</button>
|
||||
@@ -50,7 +50,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h6 class="fw-bold">@T["Layout"]</h6>
|
||||
<h4 class="fw-bold">@T["Layout"]</h4>
|
||||
<br/>
|
||||
`;
|
||||
await renderBarcodePreview("printPreviewContainer");
|
||||
@@ -67,7 +67,7 @@
|
||||
const asset = json.assetsModel;
|
||||
assetCard.innerHTML = `
|
||||
<div class="card-body" data-cn="${asset.Cn}">
|
||||
<h6 class="card-title"><strong>Asset ${i + 1}:</strong> ${asset.Name}</h6>
|
||||
<h4 class="card-title"><strong>Asset ${i + 1}:</strong> ${asset.Name}</h4>
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<p><strong>@T["Asset ID"]:</strong> ${asset.Cn}</p>
|
||||
@@ -87,7 +87,7 @@
|
||||
} else {
|
||||
assetCard.innerHTML = `
|
||||
<div class="card-body">
|
||||
<h6 class="card-title"><strong>Asset ${i + 1}:</strong> @T["Empty"]</h6>
|
||||
<h4 class="card-title"><strong>Asset ${i + 1}:</strong> @T["Empty"]</h4>
|
||||
<div class="row">
|
||||
<div id="printPreviewBatchButtons${i}" class="col-md-1 justify-content-end" style="margin-left: auto; width: auto;">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user