Revision 3810d658
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/reconciliation/search.html | ||
---|---|---|
3 | 3 |
[%- USE L %] |
4 | 4 |
[%- USE LxERP %] |
5 | 5 |
|
6 |
<form method="post" action="controller.pl"> |
|
6 |
<form method="post" action="controller.pl" id="search_form">
|
|
7 | 7 |
|
8 | 8 |
<div class="listtop">[% 'Choose bank account for reconciliation' | $T8 %]</div> |
9 | 9 |
|
... | ... | |
35 | 35 |
</tr> |
36 | 36 |
</table> |
37 | 37 |
</p> |
38 |
|
|
39 |
<hr size="3" noshade> |
|
40 |
|
|
41 |
[% L.hidden_tag('action', FORM.next_sub) %] |
|
42 |
|
|
43 |
<p>[% L.submit_tag('dummy', LxERP.t8('Continue')) %]</p> |
|
44 | 38 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei »Kontenabgleich mit Bank«