diff options
author | wicked%sci.fi <> | 2009-07-14 03:34:16 +0000 |
---|---|---|
committer | wicked%sci.fi <> | 2009-07-14 03:34:16 +0000 |
commit | e581222ceaae0279ae5989c398d8dca5ab69c217 (patch) | |
tree | f36ced92a2d8fd9fa283929f76ecfe63b79bbbaa | |
parent | Bump version number post-release. (diff) | |
download | bugzilla-e581222ceaae0279ae5989c398d8dca5ab69c217.tar.gz bugzilla-e581222ceaae0279ae5989c398d8dca5ab69c217.tar.bz2 bugzilla-e581222ceaae0279ae5989c398d8dca5ab69c217.zip |
Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 4889b9ce4..99b5dd819 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -141,6 +141,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&namedcmd=[% queryname FILTER url_quote %]" >[% queryname FILTER html %]</a></code> has been updated. @@ -150,6 +151,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&namedcmd=[% queryname FILTER url_quote %]" >[% queryname FILTER html %]</a></code>. |