summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
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>