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 @@ ...@@ -171,6 +171,9 @@
Run Run
</th> </th>
<th> <th>
Edit
</th>
<th>
Show in Show in
Footer Footer
</th> </th>
...@@ -187,6 +190,10 @@ ...@@ -187,6 +190,10 @@
[% q.name FILTER url_quote %]&amp;sharer_id= [% q.name FILTER url_quote %]&amp;sharer_id=
[% q.user.id FILTER url_quote %]">Run</a> [% q.user.id FILTER url_quote %]">Run</a>
</td> </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"> <td align="center">
<input type="checkbox" <input type="checkbox"
name="link_in_footer_[% q.id FILTER html %]" name="link_in_footer_[% q.id FILTER html %]"
...@@ -198,7 +205,7 @@ ...@@ -198,7 +205,7 @@
[% END %] [% END %]
[% IF !found_shared_query %] [% IF !found_shared_query %]
<tr> <tr>
<td colspan="4" style="text-align: center"> <td colspan="6" style="text-align: center">
&lt;None&gt; &lt;None&gt;
</td> </td>
</tr> </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