Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c676caba

Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt

  • ID c676cabadc3df67a5ad49ef8498fd8ff46db3fd1
  • Vorgänger dd4aead8
  • Nachfolger 3685018f

Zeiterfassung: Bericht: Titel auch im Browser-Titel

Unterschiede anzeigen:

SL/Controller/TimeRecording.pm
booked => { text => t8('Booked'), sub => sub { $_[0]->booked ? t8('Yes') : t8('No') } },
);
my $title = t8('Time Recordings');
$report->{title} = $title; # for browser titlebar (title-tag)
$report->set_options(
controller_class => 'TimeRecording',
std_column_visibility => 1,
output_format => 'HTML',
title => t8('Time Recordings'),
title => $title, # for heading
allow_pdf_export => 1,
allow_csv_export => 1,
);

Auch abrufbar als: Unified diff