Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7dfa1a54

Von Sven Schöling vor etwa 11 Jahren hinzugefügt

  • ID 7dfa1a54b755208936400e4dc9a890cadc983c1e
  • Vorgänger 75e726e7
  • Nachfolger 78bceada

Bugs, Doku Stub

Unterschiede anzeigen:

SL/Controller/Project.pm
207 207
    controller_class      => 'Project',
208 208
    output_format         => 'HTML',
209 209
    top_info_text         => $::locale->text('Projects'),
210
    raw_bottom_info_text  => $self->render('project/report_bottom', { output => 0 }),
211 210
    title                 => $::locale->text('Projects'),
212 211
    allow_pdf_export      => 1,
213 212
    allow_csv_export      => 1,
......
219 218
  $self->models->disable_pagination if $report->{options}{output_format} =~ /^(pdf|csv)$/i;
220 219
  $self->models->set_report_generator_sort_options(report => $report, sortable_columns => \@sortable);
221 220
  $report->set_options(
222
    top_info_text         => $::locale->text('Projects'),
223 221
    raw_bottom_info_text  => $self->render('project/report_bottom', { output => 0 }),
224 222
  );
225 223
}

Auch abrufbar als: Unified diff