Revision b6dad871
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/sepa/bank_transfer_list_bottom.html | ||
---|---|---|
1 | 1 |
[% USE T8 %] |
2 | 2 |
[% USE HTML %] |
3 | 3 |
|
4 |
[%- IF show_buttons %]
|
|
4 |
[% IF show_buttons %] |
|
5 | 5 |
<input type="hidden" name="mode" value="multi"> |
6 |
<input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
|
|
6 |
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]"> |
|
7 | 7 |
|
8 |
<script type="text/javascript"> |
|
9 |
<!-- |
|
10 |
$(function() { |
|
11 |
$("#select_all").checkall('INPUT[name="ids[]"]'); |
|
12 |
}); |
|
13 |
--> |
|
14 |
</script> |
|
15 |
[%- END %] |
|
8 |
<script type="text/javascript"><!-- |
|
9 |
$(function() { |
|
10 |
$("#select_all").checkall('INPUT[name="ids[]"]'); |
|
11 |
}); |
|
12 |
--></script> |
|
13 |
[% END %] |
|
16 | 14 |
|
17 | 15 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/sepa/bank_transfer_list_bottom.html