Benutzermaske im Adminbereich: Das Menü wird jetzt über eine Drop-Down-Box ausgewählt...
[kivitendo-erp.git] / templates / webpages / report_generator / html_report_master.html
index d76788b..3c049d5 100644 (file)
@@ -40,7 +40,7 @@
   <table width="100%">
    <tr>
     [% FOREACH col = COLUMN_HEADERS %]
-     <th class="listheading">[% IF col.link %]<a href="[% col.link %]">[% END %][% HTML.escape(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.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>
     [% END %]
    </tr>
 
@@ -59,7 +59,7 @@
          [%- IF tdclass %] class="[% tdclass %]"[%- END %]>
        [%- IF col.raw_data %][%- col.raw_data %][%- END %]
        [%- USE iterator(col.CELL_ROWS) %][%- FOREACH cell_row = iterator %]
-        [%- IF cell_row.data %]
+        [%- IF cell_row.data != '' %]
          [%- IF cell_row.link %]<a href="[% cell_row.link %]">[%- END %]
          [%- cell_row.data %]
          [%- IF cell_row.link %]</a>[%- END %]
@@ -88,9 +88,6 @@
 
  [% IF SHOW_EXPORT_BUTTONS %]
   <form action="[% HTML.escape(script) %]" name="report_generator_form" method="post">
-   <input type="hidden" name="login" value="[% HTML.escape(login) %]">
-   <input type="hidden" name="password" value="[% HTML.escape(password) %]">
-
    [% FOREACH var = EXPORT_VARIABLES %]<input type="hidden" name="report_generator_hidden_[% var.key %]" value="[% HTML.escape(var.value) %]">
    [% END %]