Commit e13d2bb8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi -…

Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi - Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
parent af703f64
......@@ -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 %]"
......
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