Revision c7f45f1d
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/Controller/TimeRecording.pm | ||
---|---|---|
214 | 214 |
booked => { text => t8('Booked'), sub => sub { $_[0]->booked ? t8('Yes') : t8('No') } }, |
215 | 215 |
); |
216 | 216 |
|
217 |
my $title = t8('Time Recordings'); |
|
218 |
$report->{title} = $title; # for browser titlebar (title-tag) |
|
219 |
|
|
217 | 220 |
$report->set_options( |
218 | 221 |
controller_class => 'TimeRecording', |
219 | 222 |
std_column_visibility => 1, |
220 | 223 |
output_format => 'HTML', |
221 |
title => t8('Time Recordings'),
|
|
224 |
title => $title, # for heading
|
|
222 | 225 |
allow_pdf_export => 1, |
223 | 226 |
allow_csv_export => 1, |
224 | 227 |
); |
Auch abrufbar als: Unified diff
Zeiterfassung: Bericht: Titel auch im Browser-Titel