Umstellung der HTML-Vorlagen aus templates/webpages/gl von HTML::Template auf Template.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 1 Nov 2007 09:07:37 +0000 (09:07 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 1 Nov 2007 09:07:37 +0000 (09:07 +0000)
bin/mozilla/gl.pl
templates/webpages/gl/generate_report_bottom_de.html
templates/webpages/gl/generate_report_bottom_master.html

index 5069cef..bceb08f 100644 (file)
@@ -627,7 +627,7 @@ sub generate_report {
       . '</span></p> ';
   }
 
-  $raw_bottom_info_text .= $form->parse_html_template('gl/generate_report_bottom');
+  $raw_bottom_info_text .= $form->parse_html_template2('gl/generate_report_bottom');
 
   $report->set_options('raw_bottom_info_text' => $raw_bottom_info_text);
 
index 3d1c8d1..5b53038 100644 (file)
@@ -1,9 +1,9 @@
-<form method="post" action="gl.pl">
+[% USE HTML %]<form method="post" action="gl.pl">
 
- <input name="callback" type="hidden" value="<TMPL_VAR callback ESCAPE=HTML>">
+ <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
 
- <input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>">
- <input type="hidden" name="password" value="<TMPL_VAR password ESCAPE=HTML>">
+ <input type="hidden" name="login" value="[% HTML.escape(login) %]">
+ <input type="hidden" name="password" value="[% HTML.escape(password) %]">
 
  <input class="submit" type="submit" name="action" value="Dialogbuchung">
  <input class="submit" type="submit" name="action" value="Debitorenbuchung">
index 6ce644a..538761b 100644 (file)
@@ -1,9 +1,9 @@
-<form method="post" action="gl.pl">
+[% USE HTML %]<form method="post" action="gl.pl">
 
- <input name="callback" type="hidden" value="<TMPL_VAR callback ESCAPE=HTML>">
+ <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
 
- <input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>">
- <input type="hidden" name="password" value="<TMPL_VAR password ESCAPE=HTML>">
+ <input type="hidden" name="login" value="[% HTML.escape(login) %]">
+ <input type="hidden" name="password" value="[% HTML.escape(password) %]">
 
  <input class="submit" type="submit" name="action" value="<translate>GL Transaction</translate>">
  <input class="submit" type="submit" name="action" value="<translate>AR Transaction</translate>">