Revision a1486b4e
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
sql/Pg-upgrade/Pg-upgrade-2.2.0.28-2.2.0.29.pl | ||
---|---|---|
11 | 11 |
sub myshowerror { |
12 | 12 |
my ($msg) = @_; |
13 | 13 |
|
14 |
print($main::form->parse_html_template("dbupgrade/units_error", |
|
15 |
{ "message" => $msg })); |
|
14 |
print($main::form->parse_html_template2("dbupgrade/units_error",
|
|
15 |
{ "message" => $msg }));
|
|
16 | 16 |
return 2; |
17 | 17 |
} |
18 | 18 |
|
... | ... | |
209 | 209 |
return create_standard_buchungsgruppen_skr04(); |
210 | 210 |
} |
211 | 211 |
|
212 |
print($form->parse_html_template("dbupgrade/" . |
|
213 |
"std_buchungsgruppen_unknown_coa", |
|
214 |
{ "coa" => $coa })); |
|
212 |
print($form->parse_html_template2("dbupgrade/std_buchungsgruppen_unknown_coa", { "coa" => $coa })); |
|
215 | 213 |
|
216 | 214 |
return 1; |
217 | 215 |
} |
Auch abrufbar als: Unified diff
Umstellung der Vorlagen aus templates/webpages/dbupgrade von HTML::Template auf Template.