diff options
author | jocuri%softhome.net <> | 2004-12-26 04:36:11 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-26 04:36:11 +0100 |
commit | ccab8debf48788d950021bad75da93753f1a42c1 (patch) | |
tree | a296d969593e86e249212d6f0deca32fd8502483 /template | |
parent | dc6d5bcb8b328d3d60f82c1708060df520aa3b62 (diff) | |
download | bugzilla-ccab8debf48788d950021bad75da93753f1a42c1.tar.gz bugzilla-ccab8debf48788d950021bad75da93753f1a42c1.tar.xz |
Patch for bug 274392: Preserve search name when clicking Edit from Saves Searches in user prefs; patch by Rob Siklos <robzilla@siklos.ca>, r=glob, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index cd251d542..d5c5a5044 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -67,7 +67,7 @@ <a href="buglist.cgi?[% q.query FILTER html %]">Run</a> </td> <td> - <a href="query.cgi?[% q.query FILTER html %]">Edit</a> + <a href="query.cgi?[% q.query FILTER html %]&known_name=[% q.name FILTER url_quote %]">Edit</a> </td> <td> [% IF q.usedinwhine %] |