From: lpsolit%gmail.com <> Date: Wed, 22 Feb 2006 02:58:38 +0000 (+0000) Subject: Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi - Patch... X-Git-Tag: bugzilla-2.23.1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13d2bb8b588d8fe347a090a23453d894c833b0f;p=thirdparty%2Fbugzilla.git Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi - Patch by Rémi Zara r=LpSolit a=justdave --- diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl index 66467d35a2..bd1d7cb727 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 @@ Edit name ... Description + Sortkey Actions @@ -95,6 +96,7 @@ [% type.name FILTER html FILTER no_break %] [% type.description FILTER html %] + [% type.sortkey FILTER html %] Copy |