Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/amtemplates.pl | ||
---|---|---|
221 | 221 |
$options{"HIDDEN"} = [ map(+{ "name" => $_, "value" => $form->{$_} }, @hidden) ]; |
222 | 222 |
|
223 | 223 |
$form->header; |
224 |
print($form->parse_html_template2("am/edit_templates", \%options));
|
|
224 |
print($form->parse_html_template("am/edit_templates", \%options)); |
|
225 | 225 |
|
226 | 226 |
$lxdebug->leave_sub(); |
227 | 227 |
} |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).