diff options
author | lpsolit%gmail.com <> | 2007-07-16 06:22:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-16 06:22:59 +0200 |
commit | 11f84871412d696a1dc449d7d98bba5a0889dafa (patch) | |
tree | de810f492d9395bcb9d4b16dd87d172e67337619 /template/en/default/global | |
parent | c62b0d1928f8b45a3f624b9b8c01948a9626c8cb (diff) | |
download | bugzilla-11f84871412d696a1dc449d7d98bba5a0889dafa.tar.gz bugzilla-11f84871412d696a1dc449d7d98bba5a0889dafa.tar.xz |
Bug 388249: 'buglist_load_named_query' from global/messages.html.tmpl is obsolete - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3673a8d6e..205d296a4 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -141,12 +141,6 @@ [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] - [% ELSIF message_tag == "buglist_load_named_query" %] - [% title = BLOCK %] - Loading your search named [% namedcmd FILTER html %] - [% END %] - [% link = "Click here if the page does not redisplay automatically." %] - [% ELSIF message_tag == "buglist_updated_named_query" %] Your search named <code>[% queryname FILTER html %]</code> has been updated. |