Revision 096afc92
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
|
templates/webpages/report_generator/html_report.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
<style type="text/css">
|
||
<!--
|
||
.top_border {
|
||
... | ... | |
>
|
||
[%- IF col.raw_header_data %]
|
||
[% col.raw_header_data %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
[% ELSE %]
|
||
[%- IF col.link -%]<a class="[% col.link_class ? col.link_class : 'report-generator-header-link' %]" href="[% HTML.escape(col.link) %]">[%- END -%]
|
||
[%- col.text -%]
|
templates/webpages/report_generator/pdf_export_options.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %][%- USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
[%- SET default_ymargin = LxERP.format_amount(1.5) %]
|
||
[%- SET default_xmargin = LxERP.format_amount(0.8) %]
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/report_generator/