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:
@@ -1 +1 @@
|
||||
7109
|
||||
7110
|
||||
@@ -102,6 +102,8 @@
|
||||
%]
|
||||
[% END %]
|
||||
|
||||
[% Hook.process('before_table') %]
|
||||
|
||||
[% PROCESS admin/table.html.tmpl
|
||||
columns = columns
|
||||
data = product.components
|
||||
|
||||
@@ -86,6 +86,8 @@
|
||||
}
|
||||
%]
|
||||
|
||||
[% Hook.process('before_table') %]
|
||||
|
||||
[% PROCESS admin/table.html.tmpl
|
||||
columns = columns
|
||||
data = product.milestones
|
||||
|
||||
@@ -100,6 +100,8 @@
|
||||
})
|
||||
%]
|
||||
|
||||
[% Hook.process('before_table') %]
|
||||
|
||||
[% PROCESS admin/table.html.tmpl
|
||||
columns = columns
|
||||
data = products
|
||||
|
||||
@@ -68,6 +68,8 @@
|
||||
})
|
||||
%]
|
||||
|
||||
[% Hook.process('before_table') %]
|
||||
|
||||
[% PROCESS admin/table.html.tmpl
|
||||
columns = columns
|
||||
data = product.versions
|
||||
|
||||
Reference in New Issue
Block a user