]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Übersichtlichere Anordnung der verschiedenen Prüfungen.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 23 Apr 2008 15:11:16 +0000 (15:11 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 23 Apr 2008 15:11:16 +0000 (15:11 +0000)
templates/webpages/report_generator/html_report_de.html
templates/webpages/report_generator/html_report_master.html

index 79d8ddca3de84ccce722760ba6022a5077d34cab..ce7a7ebb693b59b381fa7bb41acff746549fb45b 100644 (file)
    [%- FOREACH row = HEADER_ROWS %]
    <tr>
     [% FOREACH col = row %]
    [%- FOREACH row = HEADER_ROWS %]
    <tr>
     [% FOREACH col = row %]
-     <th class="listheading">[% IF col.link %]<a href="[% col.link %]">[% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %]</a>[% ELSE %][% IF col.show_sort_indicator %]<img src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %][% END %]</th>
+     <th class="listheading">
+      [%- IF col.link -%]<a href="[% col.link %]">[%- END -%]
+      [%- col.text -%]
+      [%- IF col.show_sort_indicator -%]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[%- END -%]
+      [%- IF col.link -%]</a>[%- END -%]
+     </th>
     [% END %]
    </tr>
    [%- END %]
     [% END %]
    </tr>
    [%- END %]
index e59d5df18564ea067872feba71a0d6884a665b3c..68c1cdc8933cb0e7c2abe9286b97fd9bea936482 100644 (file)
    [%- FOREACH row = HEADER_ROWS %]
    <tr>
     [% FOREACH col = row %]
    [%- FOREACH row = HEADER_ROWS %]
    <tr>
     [% FOREACH col = row %]
-     <th class="listheading">[% IF col.link %]<a href="[% col.link %]">[% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %]</a>[% ELSE %][% IF col.show_sort_indicator %]<img src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %][% END %]</th>
+     <th class="listheading">
+      [%- IF col.link -%]<a href="[% col.link %]">[%- END -%]
+      [%- col.text -%]
+      [%- IF col.show_sort_indicator -%]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[%- END -%]
+      [%- IF col.link -%]</a>[%- END -%]
+     </th>
     [% END %]
    </tr>
    [%- END %]
     [% END %]
    </tr>
    [%- END %]