5 [% L.javascript_tag('show_history.js') %]
7 <form method=post action="[% script %]">
9 <input type=hidden name=id value="[% id %]">
10 <input type=hidden name=type value="[% type %]">
17 <th align=right>[% 'Group' | $T8 %]</th>
18 <td><input name=partsgroup size=30 value="[% partsgroup | html %]"></td>
24 <td colspan=2><hr size=3 noshade></td>
30 <input name=callback type=hidden value="[% callback | html %]">
31 <input type=submit class=submit name=action value="[% 'Save' | $T8 %]">
32 [%- IF id && orphaned %]
33 <input type=submit class=submit name=action value="[% 'Delete' | $T8 %]">
37 <input type=button onclick="set_history_window([% id %], 'id');" name=history id=history value="[% 'history' | $T8 %]">