summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
diff options
context:
space:
mode:
authorrajanu <aliustek@gmail.com>2013-08-08 19:03:10 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-08-08 19:03:10 +0200
commitbeea589302cd06252a5b7165e54bc0d53772e6fa (patch)
tree6aa12b2e1b9156bfda4f98aaecd272e3bcb3aa93 /template/en/default/account/prefs
parent1e228fc2a1eba4631c37e0375a8aff0420c638f7 (diff)
downloadbugzilla-beea589302cd06252a5b7165e54bc0d53772e6fa.tar.gz
bugzilla-beea589302cd06252a5b7165e54bc0d53772e6fa.tar.xz
Bug 875732 - Need hooks for new column in saved-searches
r=dkl,a=glob
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r--template/en/default/account/prefs/saved-searches.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl
index 5f5f09e04..ddc2a945b 100644
--- a/template/en/default/account/prefs/saved-searches.html.tmpl
+++ b/template/en/default/account/prefs/saved-searches.html.tmpl
@@ -55,6 +55,7 @@
Share With a Group
</th>
[% END %]
+ [% Hook.process('saved-header') %]
</tr>
<tr>
<td>My [% terms.Bugs %]</td>
@@ -79,6 +80,7 @@
&mdash;
</td>
[% END %]
+ [% Hook.process('saved-row') %]
</tr>
[% FOREACH q = user.queries %]
<tr>
@@ -133,6 +135,7 @@
[% END %]
</td>
[% END %]
+ [% Hook.process('saved-row') %]
</tr>
[% END %]
</table>