summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/flag-type/list.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-22 03:58:38 +0100
committerlpsolit%gmail.com <>2006-02-22 03:58:38 +0100
commite13d2bb8b588d8fe347a090a23453d894c833b0f (patch)
tree6f0df0373056d3921b066f5cdce3b8651cb29bc0 /template/en/default/admin/flag-type/list.html.tmpl
parentaf703f64fdcc4f214a9cce5e990907ce4ec8ada8 (diff)
downloadbugzilla-e13d2bb8b588d8fe347a090a23453d894c833b0f.tar.gz
bugzilla-e13d2bb8b588d8fe347a090a23453d894c833b0f.tar.xz
Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi - Patch by RĂ©mi Zara <remi_zara@mac.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/admin/flag-type/list.html.tmpl')
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index 66467d35a..bd1d7cb72 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -87,6 +87,7 @@
<tr>
<th>Edit name ...</th>
<th>Description</th>
+ <th>Sortkey</th>
<th>Actions</th>
</tr>
@@ -95,6 +96,7 @@
<tr class="[% IF type.is_active %]active[% ELSE %]inactive[% END %]">
<td><a href="editflagtypes.cgi?action=edit&amp;id=[% type.id %]">[% type.name FILTER html FILTER no_break %]</a></td>
<td>[% type.description FILTER html %]</td>
+ <td align="right">[% type.sortkey FILTER html %]</td>
<td>
<a href="editflagtypes.cgi?action=copy&amp;id=[% type.id %]">Copy</a>
| <a href="editflagtypes.cgi?action=confirmdelete&amp;id=[% type.id %]"