Revision 64c4e3c6
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1451 | 1451 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}"; |
1452 | 1452 |
} |
1453 | 1453 |
if ($form->{transdatefrom}) { |
1454 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
1454 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
1455 | 1455 |
} |
1456 | 1456 |
if ($form->{transdateto}) { |
1457 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
1457 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
1458 | 1458 |
} |
1459 | 1459 |
if ($form->{open}) { |
1460 | 1460 |
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.