Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / generic / new_item_en.html
1 [% USE HTML %]  <body>
2
3     <h4 class="error">Item not on file!
4
5
6     <p>What type of item is this?</h4>
7
8     <form method="post" action="ic.pl">
9
10       <p>
11
12       <input class="radio" type="radio" name="item" value="part" checked>&nbsp;Part<br>
13       <input class="radio" type="radio" name="item" value="service">&nbsp;Service
14       <p>
15
16       [%- FOREACH var = HIDDENS %]
17       <input type="hidden" name="[% HTML.escape(var.name) %]" value="[% HTML.escape(var.value) %]">
18       [%- END %]
19
20       <input type="hidden" name="nextsub" value="add">
21       <input class="submit" type="submit" name="action" value="Continue">
22     </form>
23
24   </body>
25 </html>
26