diff options
author | lpsolit%gmail.com <> | 2008-02-12 07:57:27 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-12 07:57:27 +0100 |
commit | d26783131dda06d57fb12342eb8d4df0bbfe774f (patch) | |
tree | acd73f0a01a218449deb1552ce45827809fe40a1 /template/en/default | |
parent | 204fa576ec9277da886e664d93245cf2d65f1cf7 (diff) | |
download | bugzilla-d26783131dda06d57fb12342eb8d4df0bbfe774f.tar.gz bugzilla-d26783131dda06d57fb12342eb8d4df0bbfe774f.tar.xz |
Bug 389815: Can't edit shared queries if you can't run them - Patch by timeless <timeless@bemail.org> r/a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 9 |
1 files changed, 8 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 ee619e16e..241b12fa2 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -171,6 +171,9 @@ Run </th> <th> + Edit + </th> + <th> Show in Footer </th> @@ -187,6 +190,10 @@ [% q.name FILTER url_quote %]&sharer_id= [% q.user.id FILTER url_quote %]">Run</a> </td> + <td> + <a href="query.cgi?[% q.edit_link FILTER html %]&known_name= + [% q.name FILTER url_quote %]">Edit</a> + </td> <td align="center"> <input type="checkbox" name="link_in_footer_[% q.id FILTER html %]" @@ -198,7 +205,7 @@ [% END %] [% IF !found_shared_query %] <tr> - <td colspan="4" style="text-align: center"> + <td colspan="6" style="text-align: center"> <None> </td> </tr> |