Einlagern: Nach der Artikelauswahl per Popup automatisch "Erneuern" drücken.
[kivitendo-erp.git] / templates / webpages / ic / choice_master.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 <body>
4
5   <form method=post action="[% script %]">
6
7 [%- FOREACH row = HIDDENS %]
8    <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
9 [%- END %]
10
11       <table>
12         <tr class=listheading>
13          <th class=listheading nowrap><translate>Part Number</translate></th>
14          <th class=listheading nowrap><translate>Part Description</translate></th>
15         </tr>
16         <tr valign=top>
17          <td><input type=text name=partnumber size=20 value=></td>
18          <td><input type=text name=description size=30 value=></td>
19        </tr>
20       </table>
21      <br>
22
23 [%- FOREACH row = PARTS %]
24   <input type=hidden name=totop100_partnumber_[% loop.count %] value="[% row.totop100_partnumber %]">
25   <input type=hidden name=totop100_description_[% loop.count %] value="[% row.totop100_description %]">
26   <input type=hidden name=totop100_unit_[% loop.count %] value="[% row.totop100_unit %]">
27   <input type=hidden name=totop100_sellprice_[% loop.count %] value="[% row.totop100_sellprice %]">
28   <input type=hidden name=totop100_soldtotal_[% loop.count %] value="[% row.totop100_soldtotal %]">
29 [%- END %]
30
31      <input class=submit type=submit name=action value="<translate>list</translate>"> </form>
32
33    </body>
34   </html>