summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index 9046d60e1..6054c0dbb 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -83,7 +83,7 @@
<table id="flag_types" cellspacing="0" cellpadding="4" border="1">
<tr>
- <th>Name</th>
+ <th>Edit name ...</th>
<th>Description</th>
<th>Actions</th>
</tr>
@@ -91,11 +91,10 @@
[% FOREACH type = types %]
<tr class="[% type.is_active ? "active" : "inactive" %]">
- <td>[% type.name FILTER html %]</td>
+ <td><a href="editflagtypes.cgi?action=edit&id=[% type.id %]">[% type.name FILTER html %]</a></td>
<td>[% type.description FILTER html %]</td>
<td>
- <a href="editflagtypes.cgi?action=edit&id=[% type.id %]">Edit</a>
- | <a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copy</a>
+ <a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copy</a>
| <a href="editflagtypes.cgi?action=confirmdelete&id=[% type.id %]"
onclick="return confirmDelete([% type.id %], '[% type.name FILTER js %]',
[% type.flag_count %]);">Delete</a>