summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-30 14:42:30 +0200
committertimeless%mozdev.org <>2007-07-30 14:42:30 +0200
commitd4fafd8ab398a2c8613a8bfda77a0cca7869e87a (patch)
tree86257c5061dde6eb537b583404b68e9b58c619fc /template
parenta6cd311b1bf8b001c08bc09d999a1c63db2e4c93 (diff)
downloadbugzilla-d4fafd8ab398a2c8613a8bfda77a0cca7869e87a.tar.gz
bugzilla-d4fafd8ab398a2c8613a8bfda77a0cca7869e87a.tar.xz
Bug 390024 saving a search should include a link to the search
r=vladd a=lpsolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/messages.html.tmpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 39463c015..acee5b180 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -142,14 +142,18 @@
[% 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.
+ Your search named <code><a
+ href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% queryname FILTER url_quote %]"
+ >[% queryname FILTER html %]</a></code> has been updated.
[% ELSIF message_tag == "buglist_new_default_query" %]
OK, you now have a new default search. You may
also bookmark the result of any individual search.
[% ELSIF message_tag == "buglist_new_named_query" %]
- OK, you have a new search named <code>[% queryname FILTER html %]</code>.
+ 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>.
[% ELSIF message_tag == "buglist_query_gone" %]
[% title = "Search is gone" %]