Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c3587ee5

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID c3587ee5ca0c4620f83c6c02bb6dd8e9c8d0a3ef
  • Vorgänger eb22bdb4
  • Nachfolger 1d1b94ec

Umstellung der HTML-Vorlagen aus templates/webpages/ustva von HTML::Template auf Template.

Unterschiede anzeigen:

bin/mozilla/ustva.pl
69 69
# $locale->text('Nov')
70 70
# $locale->text('Dec')
71 71

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

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

  
......
217 217

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

  
222 222

  
223 223

  
......
1161 1161
  };
1162 1162
  
1163 1163
  # Ausgabe des Templates
1164
  print($form->parse_html_template('ustva/config_step1', $template_ref));
1164
  print($form->parse_html_template2('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_template('ustva/config_step2', $template_ref));
1304
  print($form->parse_html_template2('ustva/config_step2', $template_ref));
1305 1305

  
1306 1306

  
1307 1307
  $lxdebug->leave_sub();

Auch abrufbar als: Unified diff