Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9aaca433

Von Moritz Bunkus vor etwa 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/ustva.pl
69 69
# $locale->text('Nov')
70 70
# $locale->text('Dec')
71 71

  
72
# $form->parse_html_template2('generic/util_hidden_variables');
72
# $form->parse_html_template('generic/util_hidden_variables');
73 73

  
74 74
#############################
75 75

  
......
217 217

  
218 218
  };
219 219
  
220
  print($form->parse_html_template2('ustva/report', $template_ref));
220
  print($form->parse_html_template('ustva/report', $template_ref));
221 221

  
222 222

  
223 223

  
......
1069 1069
        taxnumber => $myconfig{taxnumber},
1070 1070
    };
1071 1071

  
1072
    print($form->parse_html_template2('ustva/generic_taxreport', $template_ref));
1072
    print($form->parse_html_template('ustva/generic_taxreport', $template_ref));
1073 1073

  
1074 1074
  } else
1075 1075
  { 
......
1161 1161
  };
1162 1162
  
1163 1163
  # Ausgabe des Templates
1164
  print($form->parse_html_template2('ustva/config_step1', $template_ref));
1164
  print($form->parse_html_template('ustva/config_step1', $template_ref));
1165 1165

  
1166 1166
  $lxdebug->leave_sub();
1167 1167
}
......
1301 1301
  };
1302 1302
  
1303 1303
  # Ausgabe des Templates
1304
  print($form->parse_html_template2('ustva/config_step2', $template_ref));
1304
  print($form->parse_html_template('ustva/config_step2', $template_ref));
1305 1305

  
1306 1306

  
1307 1307
  $lxdebug->leave_sub();

Auch abrufbar als: Unified diff