Projekt

Allgemein

Profil

Herunterladen (513 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
b390c388 Sven Schöling
[%- USE T8 %]
[%- USE HTML %]
[%- USE L %]
[%- USE LxERP %]
<h1>[% 'Reconciliation' | $T8 %]</h1>

38a9098d Moritz Bunkus
<form method="post" action="rc.pl" id="form">
b390c388 Sven Schöling
<table>
<tr>
<th align=right nowrap>[% 'Account' | $T8 %]</th>
58966151 Thomas Heck
<td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
b390c388 Sven Schöling
</tr>
<tr>
<th align=right>[% 'From' | $T8 %]</th>
<td>[% L.date_tag('fromdate') %]</td>
<th align=right>[% 'Until' | $T8 %]</th>
<td>[% L.date_tag('todate') %]</td>
</tr>
</table>
</form>