diff options
author | Tiago Mello <timello@gmail.com> | 2011-07-20 06:17:19 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-07-20 06:17:19 +0200 |
commit | 6fbbf502576abbdd9e10af24f75670d34a126153 (patch) | |
tree | 4044245e42c1df303364a926e536344bca91068c | |
parent | 7017d8356ab4adc852264b9f4ab8be84ae2908c2 (diff) | |
download | bugzilla-6fbbf502576abbdd9e10af24f75670d34a126153.tar.gz bugzilla-6fbbf502576abbdd9e10af24f75670d34a126153.tar.xz |
Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl template
r/a=mkanat
-rw-r--r-- | template/en/default/admin/products/list-classifications.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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 |