Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d3897394

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID d3897394b6547332743ef7a0c984d391f872373c
  • Vorgänger 47eb3e45
  • Nachfolger 2a9b3298

Unterstützung für zellenübergreifende Überschriften im PDF-Export des ReportGenerators verbessert.

Unterschiede anzeigen:

SL/ReportGenerator.pm
4 4
use List::Util qw(max);
5 5
use Text::CSV_XS;
6 6
use Text::Iconv;
7
use PDF::Table;
7 8

  
8 9
use SL::Form;
9 10

  
......
453 454
        push @cell_props, $cell_props_row;
454 455

  
455 456
        foreach (0 .. $num_columns - 1) {
456
          push @{ $cell_props_row }, { 'background_color' => '#000000',
457
                                       'font_color'       => '#ffffff', };
457
          push @{ $cell_props_row }, { 'background_color' => '#666666',
458
                                       'font_color'       => '#ffffff',
459
                                       'colspan'          => $_ == 0 ? -1 : undef, };
458 460
        }
459 461
      }
460 462
      next;

Auch abrufbar als: Unified diff