summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2002-10-27 08:30:10 +0100
committertimeless%mozdev.org <>2002-10-27 08:30:10 +0100
commit5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014 (patch)
treed1e6215ce9e9cc48f07f2de74a834ac69a172b5b /template
parent818ce46d9780c7a04ac04a3f116021f1edadd476 (diff)
downloadbugzilla-5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014.tar.gz
bugzilla-5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014.tar.xz
Bugzilla Bug 176936 minor consistency changes for editproducts and editflags
r=joel
Diffstat (limited to 'template')
-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>