Commit d2678313 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 389815: Can't edit shared queries if you can't run them - Patch by timeless…

Bug 389815: Can't edit shared queries if you can't run them - Patch by timeless <timeless@bemail.org> r/a=LpSolit
parent 204fa576
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment