X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c260666f53b243aef7d4d7f71e2caf2999d1b2fa..eb22bdb44c4e27c1936bdc2ad620823a0248dd55:/bin/mozilla/drafts.pl diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index dbe61ffda..515a64205 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -24,7 +24,7 @@ sub save_draft { $form->{remove_draft} = 1; $form->header(); - print($form->parse_html_template("drafts/save_new")); + print($form->parse_html_template2("drafts/save_new")); return $lxdebug->leave_sub(); } @@ -70,10 +70,10 @@ sub load_draft_maybe { my $saved_form = save_form(); $form->header(); - print($form->parse_html_template("drafts/load", - { "DRAFTS" => \@drafts, - "SAVED_FORM" => $saved_form, - "draft_nextsub" => $draft_nextsub })); + print($form->parse_html_template2("drafts/load", + { "DRAFTS" => \@drafts, + "SAVED_FORM" => $saved_form, + "draft_nextsub" => $draft_nextsub })); $lxdebug->leave_sub();