diff options
author | bugreport%peshkin.net <> | 2004-08-05 06:36:23 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-08-05 06:36:23 +0200 |
commit | f6c796ad212c7cc62687cd02e3808245a993f6b1 (patch) | |
tree | f5113059e78234e47ce4739848ac506fc0cf7047 /template/en/default/account | |
parent | e9402c22563ea5c7ddd699f5b50e8e1454f44a90 (diff) | |
download | bugzilla-f6c796ad212c7cc62687cd02e3808245a993f6b1.tar.gz bugzilla-f6c796ad212c7cc62687cd02e3808245a993f6b1.tar.xz |
Bug 185090: Add revamped whining system
patch by: Erik
r=joel
r=jouni
a=justdave
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 5055565e3..cd251d542 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -70,8 +70,12 @@ <a href="query.cgi?[% q.query FILTER html %]">Edit</a> </td> <td> - <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= - [% q.name FILTER html %]">Forget</a> + [% IF q.usedinwhine %] + Remove from <a href="editwhines.cgi">whining</a> first + [% ELSE %] + <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= + [% q.name FILTER html %]">Forget</a> + [% END %] </td> <td align="center"> <input type="checkbox" |