Revision e594faab
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/bank_transactions/list.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<h1>[% title %]</h1> |
7 | 7 |
|
8 |
[%- INCLUDE 'common/flash.html' %]
|
|
8 |
[% INCLUDE 'common/flash.html' %] |
|
9 | 9 |
|
10 | 10 |
[% IF SELF.problems.size %] |
11 |
[% INCLUDE 'bank_transactions/_problems.html' %] |
|
11 |
[% INCLUDE 'bank_transactions/_problems.html' %]
|
|
12 | 12 |
[% END %] |
13 | 13 |
|
14 | 14 |
<p>[% HTML.escape(bank_account.name) %] [% HTML.escape(bank_account.iban) %], [% 'Bank code' | $T8 %] [% HTML.escape(bank_account.bank_code) %], [% 'Bank' | $T8 %] [% HTML.escape(bank_account.bank) %]</p> |
15 | 15 |
<p> |
16 |
[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %]
|
|
17 |
[% IF FORM.filter.todate %] [% 'to (date)' | $T8 %] [% FORM.filter.todate %][% END %]
|
|
18 |
[% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] |
|
19 |
[% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %]
|
|
20 |
[% L.hidden_tag("filter.todate", FORM.filter.todate) %]
|
|
16 |
[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %]
|
|
17 |
[% IF FORM.filter.todate %] [% 'to (date)' | $T8 %] [% FORM.filter.todate %] [% END %]
|
|
18 |
[% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %]
|
|
19 |
[% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %]
|
|
20 |
[% L.hidden_tag("filter.todate", FORM.filter.todate) %]
|
|
21 | 21 |
</p> |
22 | 22 |
|
23 | 23 |
<div id="bt_tabs" class="tabwidget"> |
... | ... | |
26 | 26 |
<li><a href="#automatic">[% 'Proposals' | $T8 %]</a></li> |
27 | 27 |
</ul> |
28 | 28 |
|
29 |
<div id="all">[% PROCESS "bank_transactions/tabs/all.html" %]</div> |
|
30 |
<div id="automatic">[% PROCESS "bank_transactions/tabs/automatic.html" %]</div> |
|
29 |
<div id="all"> |
|
30 |
[% PROCESS "bank_transactions/tabs/all.html" %] |
|
31 |
</div> |
|
32 |
<div id="automatic"> |
|
33 |
[% PROCESS "bank_transactions/tabs/automatic.html" %] |
|
34 |
</div> |
|
31 | 35 |
</div> |
32 | 36 |
|
33 |
<div id="set_all_sources_memos_dialog" class="hidden"> |
|
34 |
<table> |
|
35 |
<tr> |
|
36 |
<th>[% LxERP.t8("Source") %]:</th> |
|
37 |
<td>[% L.input_tag("set_all_sources", "") %]</td> |
|
38 |
</tr> |
|
39 |
|
|
40 |
<tr> |
|
41 |
<th>[% LxERP.t8("Memo") %]:</th> |
|
42 |
<td>[% L.input_tag("set_all_memos", "") %]</td> |
|
43 |
</tr> |
|
44 |
</table> |
|
45 |
|
|
46 |
<p> |
|
47 |
[% L.button_tag("kivi.BankTransaction.set_all_sources_memos()", LxERP.t8("Set fields")) %] |
|
48 |
<a href="#" onclick="$('#set_all_sources_memos_dialog').dialog('close');">[%- LxERP.t8("Cancel") %]</a> |
|
49 |
</p> |
|
50 |
</div> |
|
51 | 37 |
|
52 |
<script type="text/javascript"> |
|
53 |
<!-- |
|
38 |
<div id="set_all_sources_memos_dialog" class="hidden"> |
|
39 |
<table class="tbl-horizontal"> |
|
40 |
<tr> |
|
41 |
<th>[% LxERP.t8("Source") %]:</th> |
|
42 |
<td>[% L.input_tag("set_all_sources", "") %]</td> |
|
43 |
</tr> |
|
44 |
<tr> |
|
45 |
<th>[% LxERP.t8("Memo") %]:</th> |
|
46 |
<td>[% L.input_tag("set_all_memos", "") %]</td> |
|
47 |
</tr> |
|
48 |
</table> |
|
49 |
|
|
50 |
<div class="buttons"> |
|
51 |
[% L.button_tag("kivi.BankTransaction.set_all_sources_memos()", LxERP.t8("Set fields")) %] |
|
52 |
<a href="#" onclick="$('#set_all_sources_memos_dialog').dialog('close');" class="button neutral">[% LxERP.t8("Cancel") %]</a> |
|
53 |
</div> |
|
54 |
</div><!-- /#set_all_sources_memos_dialog --> |
|
55 |
|
|
56 |
|
|
57 |
<script type="text/javascript"><!-- |
|
54 | 58 |
$(function() { |
55 | 59 |
kivi.BankTransaction.init_list([% ui_tab %]); |
56 | 60 |
}); |
57 |
//--> |
|
58 |
</script> |
|
61 |
//--></script> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/bank_transactions/list.html