Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9aaca433

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID 9aaca43317d3ea33d80a308cab7ce4c20d732a16
  • Vorgänger 1ced937c
  • Nachfolger 0451bb96

Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).

Unterschiede anzeigen:

bin/mozilla/dn.pl
74 74
  $form->{callback} ||= build_std_url("action=edit_config");
75 75

  
76 76
  $form->header();
77
  print $form->parse_html_template2("dunning/edit_config");
77
  print $form->parse_html_template("dunning/edit_config");
78 78

  
79 79
  $lxdebug->leave_sub();
80 80
}
......
96 96
  $form->{fokus}    = "search.customer";
97 97
  $form->header();
98 98

  
99
  print $form->parse_html_template2("dunning/add");
99
  print $form->parse_html_template("dunning/add");
100 100

  
101 101
  $lxdebug->leave_sub();
102 102
}
......
131 131
                                          'no_opendocument' => 1,);
132 132

  
133 133
  $form->header();
134
  print $form->parse_html_template2("dunning/show_invoices");
134
  print $form->parse_html_template("dunning/show_invoices");
135 135

  
136 136
  $lxdebug->leave_sub();
137 137
}
......
233 233

  
234 234
  $form->{"title"} = $locale->text("Set eMail text");
235 235
  $form->header();
236
  print($form->parse_html_template2("dunning/set_email"));
236
  print($form->parse_html_template("dunning/set_email"));
237 237

  
238 238
  $lxdebug->leave_sub();
239 239
}
......
260 260
    . qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|
261 261
    . qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|;
262 262

  
263
  print $form->parse_html_template2("dunning/search");
263
  print $form->parse_html_template("dunning/search");
264 264

  
265 265
  $lxdebug->leave_sub();
266 266

  
......
361 361

  
362 362
  $report->add_data($current_dunning_rows) if (scalar @{ $current_dunning_rows });
363 363

  
364
  $report->set_options('raw_top_info_text'    => $form->parse_html_template2('dunning/show_dunning_top'),
365
                       'raw_bottom_info_text' => $form->parse_html_template2('dunning/show_dunning_bottom'),
364
  $report->set_options('raw_top_info_text'    => $form->parse_html_template('dunning/show_dunning_top'),
365
                       'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'),
366 366
                       'output_format'        => 'HTML',
367 367
                       'attachment_basename'  => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time),
368 368
    );

Auch abrufbar als: Unified diff