Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / ic / generate_report_bottom.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <h4>[%- 'Abbreviation Legend' | $T8  %]</h4>
4 <table valign="top">
5  <tr valign="top"><td>
6  <table valign="top">
7   <thead>
8     <tr class="listheading">
9      <th>[%- 'TypAbbreviation' | $T8  %]</th>
10      <th>[%- 'Description'     | $T8  %]</th>
11     </tr>
12   </thead>
13   <tbody>
14     <tr class="listrow0">
15      <td>[%- 'Part (typeabbreviation)'       | $T8 %]</td>
16      <td>[%- 'Part'                          | $T8 %]</td>
17     </tr>
18     <tr class="listrow1">
19      <td>[%- 'Assembly (typeabbreviation)'   | $T8 %]</td>
20      <td>[%- 'Assembly'                      | $T8 %]</td>
21     </tr>
22     <tr class="listrow0">
23      <td>[%- 'Service (typeabbreviation)'    | $T8 %]</td>
24      <td>[%- 'Service'                       | $T8 %]</td>
25     </tr>
26     [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
27     <tr class="listrow1">
28      <td>[%- 'Assortment (typeabbreviation)' | $T8 %]</td>
29      <td>[%- 'Assortment'                    | $T8 %]</td>
30     </tr>
31     [%- END %]
32  </tbody>
33  </table></td>
34  <td><table valign="top">
35   <thead>
36     <tr  valign="top" class="listheading">
37      <th>[%- 'PartClassAbbreviation' | $T8  %]</th>
38      <th>[%- 'Description'           | $T8  %]</th>
39     </tr>
40   </thead>
41   <tbody>
42   [%- FOREACH part_classification = PART_CLASSIFICATIONS %]
43     <tr class="listrow[% loop.count % 2 %]">
44      <td>[%- part_classification.abbreviation | $T8 %]</td>
45      <td>[%- part_classification.description  | $T8 %]</td>
46     </tr>
47   [%- END %]
48   </tbody>
49  </table></td></tr>
50 </table>
51
52 <form method="post" action="controller.pl" id="new_form">
53  <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
54 </form>