]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu Manne...
authorwicked%sci.fi <>
Tue, 14 Jul 2009 03:33:47 +0000 (03:33 +0000)
committerwicked%sci.fi <>
Tue, 14 Jul 2009 03:33:47 +0000 (03:33 +0000)
template/en/default/global/messages.html.tmpl

index c29f3f14fc605407bb5ad25ab3a5cb89b063f0c1..05c2a7547487c1d9e1d43be5019c6018273871f4 100644 (file)
     [% 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.
     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>.