]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rc/step1.html
customernotes auch als notes Form Variable(fixmaster)
[mfinanz.git] / templates / webpages / rc / step1.html
index 718fe30cd0fcf58948a8b1059d2b7bc1cddb4b96..940b3065c1b7a6a47cbc512397b14d195a021152 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE L %]
 [%- USE LxERP %]
-<body onLoad="[% onload %]">
-
 <h1>[% 'Reconciliation' | $T8 %]</h1>
 
 <form method=post action="[% script %]">
@@ -11,7 +9,7 @@
 <table>
   <tr>
     <th align=right nowrap>[% 'Account' | $T8 %]</th>
-    <td colspan=3>[% L.select_tag('accno', L.options_for_select(PR, value_title_sub=\selection_sub)) %]</td>
+    <td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
   </tr>
   <tr>
     <th align=right>[% 'From' | $T8 %]</th>
@@ -29,5 +27,3 @@
 
 </form>
 
-</body>
-</html>