summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorTiago Mello <timello@linux.vnet.ibm.com>2010-05-19 19:30:46 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-19 19:30:46 +0200
commitcd82e3949ee97e63915bdf6dfdaef8001958fc90 (patch)
tree1d76f006fabe29aa7c46a9f4f849ba8442b5d653 /template/en/default/list
parent7a54e4cff93be3b44c3a8588a0325fdd9e09d0c9 (diff)
downloadbugzilla-cd82e3949ee97e63915bdf6dfdaef8001958fc90.tar.gz
bugzilla-cd82e3949ee97e63915bdf6dfdaef8001958fc90.tar.xz
Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to
allow customizing the column attributes r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/table.html.tmpl2
1 files changed, 2 insertions, 0 deletions
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 %]