From beea589302cd06252a5b7165e54bc0d53772e6fa Mon Sep 17 00:00:00 2001 From: rajanu Date: Thu, 8 Aug 2013 13:03:10 -0400 Subject: [PATCH] Bug 875732 - Need hooks for new column in saved-searches r=dkl,a=glob --- template/en/default/account/prefs/saved-searches.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 5f5f09e04b..ddc2a945b5 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 [% END %] + [% Hook.process('saved-header') %] My [% terms.Bugs %] @@ -79,6 +80,7 @@ — [% END %] + [% Hook.process('saved-row') %] [% FOREACH q = user.queries %] @@ -133,6 +135,7 @@ [% END %] [% END %] + [% Hook.process('saved-row') %] [% END %] -- 2.47.2