b1586eb5cc2634b7ad069df7526ac2ff724ec61d
[kivitendo-erp.git] / templates / webpages / pe / pricegroup_report.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3
4 <table width=100%>
5   <tr>
6     <th class=listtop>[% 'Pricegroup' | $T8 %]</th>
7   </tr>
8   <tr height="5"></tr>
9   <tr>
10     <td>[% option %]</td>
11   </tr>
12   <tr>
13     <td>
14       <table width=100%>
15         <tr class=listheading>
16           <th class=listheading width=90%>[% 'Pricegroup' | $T8 %]</th>
17         </tr>
18 [%- FOREACH row = item_list %]
19         <tr valign=top class="listrow[% loop.count % 2 %]">
20           <td><a href="[% editlink %]&id=[% row.id %]">[% row.pricegroup %]</a></td>
21         </tr>
22 [%- END %]
23       </table>
24     </td>
25   </tr>
26   <tr>
27     <td><hr size=3 noshade></td>
28   </tr>
29 </table>
30
31 <br>
32 <form method=post action="[% script %]">
33   <input name=callback type=hidden value="[% callback | html %]">
34   <input type=hidden name=type value="[% type %]">
35   <input class=submit type=submit name=action value="[% 'Add' | $T8 %]">
36 </form>
37
38