diff options
author | wicked%sci.fi <> | 2009-07-14 05:33:47 +0200 |
---|---|---|
committer | wicked%sci.fi <> | 2009-07-14 05:33:47 +0200 |
commit | 6470da7db34aa58a67dd045899f057eefff2a181 (patch) | |
tree | d25dca27ed2f37b3efbbe409fad3188055110672 | |
parent | 677b3a96fb73d9558ddda0cc9a21d9b94421ab5d (diff) | |
download | bugzilla-6470da7db34aa58a67dd045899f057eefff2a181.tar.gz bugzilla-6470da7db34aa58a67dd045899f057eefff2a181.tar.xz |
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 c29f3f14f..05c2a7547 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -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&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&namedcmd=[% queryname FILTER url_quote %]" >[% queryname FILTER html %]</a></code>. |