Revision 64c4e3c6
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1538 | 1538 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}"; |
1539 | 1539 |
} |
1540 | 1540 |
if ($form->{transdatefrom}) { |
1541 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
1541 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1);
|
|
1542 | 1542 |
} |
1543 | 1543 |
if ($form->{transdateto}) { |
1544 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
1544 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1);
|
|
1545 | 1545 |
} |
1546 | 1546 |
if ($form->{open}) { |
1547 | 1547 |
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.