4 [% L.javascript_tag('show_history.js') %]
6 <form method=post action="[% script %]">
8 <input type=hidden name=id value="[% id %]">
9 <input type=hidden name=type value="[% type %]">
13 <th class=listtop>[% title %]</th>
20 <th align=right>[% 'Group' | $T8 %]</th>
21 <td><input name=partsgroup size=30 value="[% partsgroup | html %]"></td>
27 <td colspan=2><hr size=3 noshade></td>
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 %]">
40 <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">