From cae811513ebcca61c83fc18499cc987f58a5fdc1 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 26 May 2003 05:26:00 +0000 Subject: Bug 207085 Updating a stored query shouldn't return the same message as creating one r=kiko --- template/en/default/global/messages.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 482f7e35f..13136d6cf 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -36,10 +36,15 @@ [% title = "Adding field to query page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% # --- %] + [% ELSIF message_tag == "buglist_load_named_query" %] [% title = BLOCK %]Loading your query named [% namedcmd %][% END %] [% link = "Click here if the page does not redisplay automatically." %] [% # --- %] + + [% ELSIF message_tag == "buglist_updated_named_query" %] + OK, your query named [% queryname FILTER html %] is updated. + [% ELSIF message_tag == "buglist_new_default_query" %] OK, you now have a new default query. You may also bookmark the result of any individual query. -- cgit v1.2.3-24-g4f1b