Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / generic / new_item.html
1 [%- USE T8 %]
2 [% USE HTML %]  <body>
3
4     <h4 class="error">[% 'Item not on file!' | $T8 %]
5
6
7     <p>[% 'What type of item is this?' | $T8 %]</h4>
8
9     <form method="post" action="ic.pl">
10
11       <p>
12
13       <input class="radio" type="radio" name="item" value="part" checked>&nbsp;[% 'Part' | $T8 %]<br>
14       <input class="radio" type="radio" name="item" value="service">&nbsp;[% 'Service' | $T8 %]
15       <p>
16
17       [%- FOREACH var = HIDDENS %]
18       <input type="hidden" name="[% HTML.escape(var.name) %]" value="[% HTML.escape(var.value) %]">
19       [%- END %]
20
21       <input type="hidden" name="nextsub" value="add">
22       <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
23     </form>
24
25   </body>
26 </html>
27