Revision eb038870
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/financial_controlling_report/_filter.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE L %] |
|
3 |
[%- USE LxERP %] |
|
4 |
[%- USE HTML %] |
|
5 |
[%- SET style='width: 400px' %] |
|
6 | 1 |
<form action='controller.pl' method='post' id='filter_form'> |
7 | 2 |
<div class='filter_toggle'> |
8 | 3 |
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a> |
... | ... | |
44 | 39 |
<td>[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le, cal_align = 'BR') %]</td> |
45 | 40 |
</tr> |
46 | 41 |
</table> |
42 |
[% USE T8 %] |
|
43 |
[% USE L %] |
|
44 |
[% USE LxERP %] |
|
45 |
[% USE HTML %] |
|
47 | 46 |
|
48 | 47 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
49 | 48 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
templates/webpages/financial_controlling_report/report_top.html | ||
---|---|---|
1 |
[%- USE L %] |
|
2 | 1 |
[%- PROCESS 'financial_controlling_report/_filter.html' filter=SELF.models.filtered.laundered %] |
3 |
<hr> |
|
2 |
[% USE L %] |
|
3 |
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/financial_controlling_report/