Revision 5612f812
Von Cem Aydin vor mehr als 1 Jahr hinzugefügt
- ID 5612f812d63468bedc92a4ee19f90014d4f298a2
- Vorgänger c23a8150
templates/design40_webpages/bank_transactions/tabs/automatic.html | ||
---|---|---|
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE T8 %] |
5 | 5 |
|
6 |
<form method="post" id="list_automatic_form"> |
|
6 |
<form method="post" id="list_automatic_form" class="box">
|
|
7 | 7 |
[% L.hidden_tag('filter.bank_account', FORM.filter.bank_account) %] |
8 | 8 |
[% L.hidden_tag('filter.fromdate', FORM.filter.fromdate) %] |
9 | 9 |
[% L.hidden_tag('filter.todate', FORM.filter.todate) %] |
10 | 10 |
[% L.hidden_tag('action', 'BankTransaction/dispatch') %] |
11 | 11 |
[% L.hidden_tag('ui_tab', ui_tab) %] |
12 | 12 |
|
13 |
<div class="horizontal-scroll-wrapper"> |
|
14 |
|
|
13 | 15 |
<table id="bank_transactions_proposals" class="tbl-list"> |
14 | 16 |
<thead> |
15 | 17 |
<tr> |
... | ... | |
116 | 118 |
[% END %] |
117 | 119 |
</table> |
118 | 120 |
|
121 |
</div><!-- .horizontal-scroll-wrapper --> |
|
122 |
|
|
119 | 123 |
<div class="buttons"> |
120 | 124 |
[% L.submit_tag('action_save_proposals', LxERP.t8('Save proposals')) %] |
121 | 125 |
[% L.button_tag('kivi.BankTransaction.show_set_all_sources_memos_dialog("#list_automatic_form [name^=\\"sources.\\"]", "#list_automatic_form [name^=\\"memos.\\"]")', LxERP.t8('Set all source and memo fields'), class='neutral') %] |
Auch abrufbar als: Unified diff
Design4.0: Fix horizontales Scrollen bei Kontoauszug verbuchen