From 1756e2a2f7bc289abee00b85dd516241b0d49326 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 23 Apr 2008 15:11:16 +0000 Subject: [PATCH] =?utf8?q?=C3=9Cbersichtlichere=20Anordnung=20der=20versch?= =?utf8?q?iedenen=20Pr=C3=BCfungen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/report_generator/html_report_de.html | 7 ++++++- .../webpages/report_generator/html_report_master.html | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/webpages/report_generator/html_report_de.html b/templates/webpages/report_generator/html_report_de.html index 79d8ddca3..ce7a7ebb6 100644 --- a/templates/webpages/report_generator/html_report_de.html +++ b/templates/webpages/report_generator/html_report_de.html @@ -41,7 +41,12 @@ [%- FOREACH row = HEADER_ROWS %] [% FOREACH col = row %] - [% IF col.link %][% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %][% END %][% ELSE %][% IF col.show_sort_indicator %][% END %][% END %] + + [%- IF col.link -%][%- END -%] + [%- col.text -%] + [%- IF col.show_sort_indicator -%][%- END -%] + [%- IF col.link -%][%- END -%] + [% END %] [%- END %] diff --git a/templates/webpages/report_generator/html_report_master.html b/templates/webpages/report_generator/html_report_master.html index e59d5df18..68c1cdc89 100644 --- a/templates/webpages/report_generator/html_report_master.html +++ b/templates/webpages/report_generator/html_report_master.html @@ -41,7 +41,12 @@ [%- FOREACH row = HEADER_ROWS %] [% FOREACH col = row %] - [% IF col.link %][% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %][% END %][% ELSE %][% IF col.show_sort_indicator %][% END %][% END %] + + [%- IF col.link -%][%- END -%] + [%- col.text -%] + [%- IF col.show_sort_indicator -%][%- END -%] + [%- IF col.link -%][%- END -%] + [% END %] [%- END %] -- 2.20.1