From 6fbbf502576abbdd9e10af24f75670d34a126153 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 20 Jul 2011 01:17:19 -0300 Subject: Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl template r/a=mkanat --- template/en/default/admin/products/list-classifications.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/en/default/admin/products/list-classifications.html.tmpl b/template/en/default/admin/products/list-classifications.html.tmpl index 77634e127..161cc4b5b 100644 --- a/template/en/default/admin/products/list-classifications.html.tmpl +++ b/template/en/default/admin/products/list-classifications.html.tmpl @@ -54,6 +54,8 @@ %] [% END %] +[% Hook.process('before_table') %] + [% PROCESS admin/table.html.tmpl columns = columns data = classifications -- cgit v1.2.3-24-g4f1b