summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-02-12 07:57:27 +0100
committerlpsolit%gmail.com <>2008-02-12 07:57:27 +0100
commitd26783131dda06d57fb12342eb8d4df0bbfe774f (patch)
treeacd73f0a01a218449deb1552ce45827809fe40a1 /template/en/default/account
parent204fa576ec9277da886e664d93245cf2d65f1cf7 (diff)
downloadbugzilla-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/account')
-rw-r--r--template/en/default/account/prefs/saved-searches.html.tmpl9
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 %]&amp;sharer_id=
[% q.user.id FILTER url_quote %]">Run</a>
</td>
+ <td>
+ <a href="query.cgi?[% q.edit_link FILTER html %]&amp;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">
&lt;None&gt;
</td>
</tr>