diff options
author | rajanu <aliustek@gmail.com> | 2013-08-08 19:03:10 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-08 19:03:10 +0200 |
commit | beea589302cd06252a5b7165e54bc0d53772e6fa (patch) | |
tree | 6aa12b2e1b9156bfda4f98aaecd272e3bcb3aa93 /template/en/default/account | |
parent | 1e228fc2a1eba4631c37e0375a8aff0420c638f7 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 3 |
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 @@ — </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> |