]> 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:34:16 +0000 (03:34 +0000)
committerwicked%sci.fi <>
Tue, 14 Jul 2009 03:34:16 +0000 (03:34 +0000)
template/en/default/global/messages.html.tmpl

index 4889b9ce4f38cfe493e7656fb87e3fa7e34a60f5..99b5dd819fba79166efd3c3d48790411cba83753 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>.