diff options
Diffstat (limited to 'template/en/default/admin/groups/create.html.tmpl')
-rw-r--r-- | template/en/default/admin/groups/create.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index b0a7928ce..b3ac72372 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -46,7 +46,11 @@ <tr> <th>Icon URL:</th> <td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td> - </tr></table><hr> + </tr> + [% Hook.process('field') %] + </table> + + <hr> <input type="checkbox" id="insertnew" name="insertnew" value="1" [% IF Param("makeproductgroups") %] checked[% END %]> |