Revision 6d9d1fbf
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/letter/search.html | ||
---|---|---|
2 | 2 |
[% USE T8 %] |
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE LxERP %] |
5 |
<form action="controller.pl" method="post" name="Form"> |
|
5 |
<form action="controller.pl" method="post" name="Form" id="form">
|
|
6 | 6 |
|
7 | 7 |
<div class='filter_toggle'> |
8 | 8 |
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a> |
... | ... | |
55 | 55 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
56 | 56 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
57 | 57 |
[% L.hidden_tag('page', FORM.page) %] |
58 |
[% L.hidden_tag('action', 'Letter/dispatch') %] |
|
59 |
[% L.submit_tag('action_list', LxERP.t8('Continue')) %] |
|
60 |
|
|
61 |
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);$("#filter_table select").prop("selectedIndex", 0);'>[% 'Reset' | $T8 %]</a> |
|
62 | 58 |
</div> |
63 | 59 |
|
64 | 60 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Briefen