Revision 367a5674
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
3092 | 3092 |
|
3093 | 3093 |
$form->{"title"} = $locale->text("Language Values"); |
3094 | 3094 |
$form->header(); |
3095 |
print($form->parse_html_template("ic/parts_language_selection", { "HEADER" => \@header,
|
|
3096 |
"LANGUAGES" => $languages, |
|
3097 |
"onload" => $onload }));
|
|
3095 |
print $form->parse_html_template2("ic/parts_language_selection", { "HEADER" => \@header,
|
|
3096 |
"LANGUAGES" => $languages,
|
|
3097 |
"onload" => $onload });
|
|
3098 | 3098 |
|
3099 | 3099 |
$lxdebug->leave_sub(); |
3100 | 3100 |
} |
Auch abrufbar als: Unified diff
Umstellung der HTML-Vorlagen aus templates/webpages/ic von HTML::Template auf Template.