]> wagnertech.de Git - mfinanz.git/blobdiff - SL/ReportGenerator.pm
ReportGenerator: Spaltentitel in der HTML-Ausgabe ausrichtbar gemacht (Attribut ...
[mfinanz.git] / SL / ReportGenerator.pm
index f5550a62d104cdcb0434107ad387e97ca5e53daf..308961cb53602d4888dd2f4e3d71c450fa3a436a 100644 (file)
@@ -271,6 +271,7 @@ sub prepare_html_content {
 
     my $header = {
       'name'                     => $name,
+      'align'                    => $column->{align},
       'link'                     => $column->{link},
       'text'                     => $column->{text},
       'show_sort_indicator'      => $name eq $opts->{sort_indicator_column},
@@ -398,6 +399,8 @@ sub generate_html_content {
   my $self      = shift;
   my $variables = $self->prepare_html_content();
 
+  $main::lxdebug->dump(0, "VARs", $variables->{HEADER_ROWS});
+
   return $self->{form}->parse_html_template($self->{options}->{html_template}, $variables);
 }