7 <th class=listtop>[% 'Groups' | $T8 %]</th>
16 <tr class=listheading>
17 <th class=listheading width=90%>[% 'Group' | $T8 %]</th>
19 [%- FOREACH row = item_list %]
20 <tr valign=top class="listrow[% loop.count % 2 %]">
21 <td><a href="[% editlink %]&id=[% row.id %]">[% row.partsgroup %]</a></td>
28 <td><hr size=3 noshade></td>
33 <form method=post action="[% script %]">
34 <input name=callback type=hidden value="[% callback | html %]">
35 <input type=hidden name=type value="[% type %]">
36 <input class=submit type=submit name=action value="[% 'Add' | $T8 %]">