Commit 6470da7d authored by wicked%sci.fi's avatar wicked%sci.fi

Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu…

Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
parent 677b3a96
......@@ -132,6 +132,7 @@
[% link = "Click here if the page does not redisplay automatically." %]
[% ELSIF message_tag == "buglist_updated_named_query" %]
[% title = "Search updated" %]
Your search named <code><a
href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% queryname FILTER url_quote %]"
>[% queryname FILTER html %]</a></code> has been updated.
......@@ -141,6 +142,7 @@
also bookmark the result of any individual search.
[% ELSIF message_tag == "buglist_new_named_query" %]
[% title = "Search created" %]
OK, you have a new search named <code><a
href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% queryname FILTER url_quote %]"
>[% queryname FILTER html %]</a></code>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment