Revision a887cb1b
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/rp/html_report_susa.html | ||
---|---|---|
84 | 84 |
</tr> |
85 | 85 |
[% END %] |
86 | 86 |
[% END %] |
87 |
|
|
88 |
<tr><td colspan="[% NUM_COLUMNS %]"><hr size="3" noshade></td></tr> |
|
89 |
|
|
90 | 87 |
</table> |
91 | 88 |
</p> |
92 | 89 |
[% ELSE %] |
... | ... | |
100 | 97 |
[% END %] |
101 | 98 |
|
102 | 99 |
[% IF SHOW_EXPORT_BUTTONS %] |
103 |
<form action="[% HTML.escape(script) %]" name="report_generator_form" method="post"> |
|
100 |
<form action="[% HTML.escape(script) %]" name="report_generator_form" id="report_generator_form" method="post">
|
|
104 | 101 |
[% FOREACH var = EXPORT_VARIABLES %]<input type="hidden" name="report_generator_hidden_[% var.key %]" value="[% HTML.escape(var.value) %]"> |
105 | 102 |
[% END %] |
106 | 103 |
|
... | ... | |
108 | 105 |
<input type="hidden" name="report_generator_variable_list" value="[% HTML.escape(EXPORT_VARIABLE_LIST) %]"> |
109 | 106 |
<input type="hidden" name="report_generator_dispatch_to" value=""> |
110 | 107 |
<input type="hidden" name="action" value="report_generator_dispatcher"> |
111 |
|
|
112 |
<p> |
|
113 |
Listenexport<br> |
|
114 |
[% IF ALLOW_PDF_EXPORT %]<button type="button" class="submit" onclick="submit_report_generator_form('report_generator_export_as_pdf')">Als PDF exportieren</button>[% END %] |
|
115 |
[% IF ALLOW_CSV_EXPORT %]<button type="button" class="submit" onclick="submit_report_generator_form('report_generator_export_as_csv')">Als CSV exportieren</button>[% END %] |
|
116 |
</p> |
|
117 | 108 |
</form> |
118 | 109 |
[% END %] |
119 |
|
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Berichte → SuSa, GuV, BWA, Bilanz, Projektbuchungen