Revision 64c4e3c6
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
485 | 485 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}"; |
486 | 486 |
} |
487 | 487 |
if ($form->{transdatefrom}) { |
488 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
488 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
489 | 489 |
} |
490 | 490 |
if ($form->{transdateto}) { |
491 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
491 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
492 | 492 |
} |
493 | 493 |
if ($form->{open}) { |
494 | 494 |
push @options, $locale->text('Open'); |
Auch abrufbar als: Unified diff
Der ReportGenerator escapet HTML-Sonderzeichen, sodass auch wortwörtlich so zu sehen ist -- also ihm nur ein normales Leerzeichen übergeben.