Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface

for products, components, milestones, and versions
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@260557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-06-24 17:08:58 +00:00
parent 2fe6a7a336
commit e52f117c0a
5 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
7109
7110

View File

@@ -102,6 +102,8 @@
%]
[% END %]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl
columns = columns
data = product.components

View File

@@ -86,6 +86,8 @@
}
%]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl
columns = columns
data = product.milestones

View File

@@ -100,6 +100,8 @@
})
%]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl
columns = columns
data = products

View File

@@ -68,6 +68,8 @@
})
%]
[% Hook.process('before_table') %]
[% PROCESS admin/table.html.tmpl
columns = columns
data = product.versions