From cd82e3949ee97e63915bdf6dfdaef8001958fc90 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 19 May 2010 10:30:46 -0700 Subject: Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to allow customizing the column attributes r=mkanat, a=mkanat --- template/en/default/list/table.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 563b57caf..7e6eb5b99 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -163,6 +163,8 @@ [%# Bug Table #%] [%############################################################################%] +[% Hook.process("before_table") %] + [% tableheader %] [% FOREACH bug = bugs %] -- cgit v1.2.3-24-g4f1b