mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
fix: minor changes in print template
(cherry picked from commit 915fcc0166)
This commit is contained in:
@@ -78,6 +78,10 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.report-subtitle {
|
||||||
|
margin: 10px 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
@page {
|
@page {
|
||||||
size: A4;
|
size: A4;
|
||||||
@@ -92,14 +96,17 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<!-- Title -->
|
|
||||||
<div class="text-center" style="margin-bottom: 12px;">
|
<div class="text-center" style="margin-bottom: 12px;">
|
||||||
<div class="title-letter-spacing">
|
<div class="title-letter-spacing">
|
||||||
{%= __(report.report_name) %}
|
{%= __(report.report_name) %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Meta -->
|
{% if (subtitle && subtitle.trim()) { %}
|
||||||
|
<div class="report-subtitle">
|
||||||
|
{{ subtitle }}
|
||||||
|
</div>
|
||||||
|
{% } else { %}
|
||||||
<div class="report-meta">
|
<div class="report-meta">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div>
|
<div>
|
||||||
@@ -115,8 +122,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% } %}
|
||||||
|
|
||||||
<!-- Main Table -->
|
|
||||||
<div class="report-table">
|
<div class="report-table">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user