686bca695a1ee712c1260150619ebb456b69fcbb
[kivitendo-erp.git] / templates / webpages / pe / partsgroup_form.html
1 [%- USE L %]
2 [%- USE T8 %]
3 [%- USE HTML %]
4 [% L.javascript_tag('show_history.js') %]
5
6 <form method=post action="[% script %]">
7
8 <input type=hidden name=id value="[% id %]">
9 <input type=hidden name=type value="[% type %]">
10
11 <table width=100%>
12   <tr>
13     <th class=listtop>[% title %]</th>
14   </tr>
15   <tr height="5"></tr>
16   <tr>
17     <td>
18       <table width=100%>
19         <tr>
20           <th align=right>[% 'Group' | $T8 %]</th>
21           <td><input name=partsgroup size=30 value="[% partsgroup | html %]"></td>
22         </tr>
23       </table>
24     </td>
25   </tr>
26   <tr>
27     <td colspan=2><hr size=3 noshade></td>
28   </tr>
29 </table>
30
31 <br>
32
33 <input name=callback type=hidden value="[% callback | html %]">
34 <input type=submit class=submit name=action value="[% 'Save' | $T8 %]">
35 [%- IF id && orphaned %]
36 <input type=submit class=submit name=action value="[% 'Delete' | $T8 %]">
37 [%- END %]
38
39 [%- IF ( id ) %]
40   <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
41 [%- END %]
42
43 </form>
44