Commit 622a4e8f authored by Tiago Mello's avatar Tiago Mello Committed by Max Kanat-Alexander

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

for products, components, milestones, and versions r=mkanat, a=mkanat
parent febd1676
......@@ -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
......
......@@ -85,6 +85,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment