epic-ts
[kivitendo-erp.git] / templates / webpages / rc / step1.html
index 718fe30..940b306 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>