Add landscape print template. Closes #311
Merge request reports
Activity
added part::frontend prio::2 type::feature labels
- Resolved by Tom Teichler
It may be good to not just copy everything, but provide common used templates for portrait and landscape templates. I mean there is only one line difference – if I saw it correctly.
added 104 commits
-
10b6f475...518a9471 - 103 commits from branch
master
- 389fb69b - Merge branch 'master' into add-landscape-print-template
-
10b6f475...518a9471 - 103 commits from branch
enabled an automatic merge when the pipeline for df78f6bc succeeds
mentioned in commit da80a668
26 26 <main class="sheet infinite"> 27 27 <div style="margin-top: -10mm;"></div> 28 28 29 {% if landscape %} 30 <table> 31 {% else %} 29 32 <table class="print-layout-table"> 33 {% endif %} @hansegucker , @debdolph Please either fix immediately or revert the MR
Please register or sign in to reply