Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
155 | 155 |
$::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}"; |
156 | 156 |
|
157 | 157 |
my $onload = qq|focus()|; |
158 |
$onload .= qq|;setupDateFormat('$::myconfig{dateformat}', '|. $::locale->text("Falsches Datumsformat!") .qq|')|; |
|
159 |
$onload .= qq|;setupPoints('$::myconfig{numberformat}', '|. $::locale->text("wrongformat") .qq|')|; |
|
160 | 158 |
|
161 | 159 |
$::form->header; |
162 | 160 |
print $::form->parse_html_template('ca/list', { |
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben