summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-09-14 17:28:24 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-09-14 17:28:24 +0200
commit1906ffa9b738d99559f48262a52549da4f2c1e2d (patch)
tree638571913c49866fd66be25dd8610f371f1d0066 /template
parent6c0edaa72ebaf62ad80b994c4a980bad59f63c41 (diff)
downloadbugzilla-1906ffa9b738d99559f48262a52549da4f2c1e2d.tar.gz
bugzilla-1906ffa9b738d99559f48262a52549da4f2c1e2d.tar.xz
Bug 596038: The before_table hook needs to be moved before tableheader
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/table.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 789d4c42e..b8a32984a 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -72,6 +72,8 @@
[% PROCESS bug/time.html.tmpl %]
+[% Hook.process("before_table") %]
+
[%############################################################################%]
[%# Table Header #%]
[%############################################################################%]
@@ -163,8 +165,6 @@
[%# Bug Table #%]
[%############################################################################%]
-[% Hook.process("before_table") %]
-
[% tableheader %]
[% FOREACH bug = bugs %]