From: lpsolit%gmail.com <> Date: Thu, 15 Jan 2009 00:53:22 +0000 (+0000) Subject: Bug 471890: The Index of Parameters should linkify parameters, not the category they... X-Git-Tag: bugzilla-3.3.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4436861717d0fbdfdee364fee6a3e3b42a65f5c;p=thirdparty%2Fbugzilla.git Bug 471890: The Index of Parameters should linkify parameters, not the category they belong to - Patch by Nitish Bezzala r/a=LpSolit --- diff --git a/template/en/default/admin/params/index.html.tmpl b/template/en/default/admin/params/index.html.tmpl index bfa3e2c43d..1629c8c6fd 100644 --- a/template/en/default/admin/params/index.html.tmpl +++ b/template/en/default/admin/params/index.html.tmpl @@ -16,6 +16,7 @@ # Rights Reserved. # # Contributor(s): Frédéric Buclin + # Nitish Bezzala #%]

@@ -32,11 +33,13 @@ [% FOREACH panel = panels %] [% FOREACH param = panel.param_list.sort('name') %] - [% param.name FILTER html %] - [% panel.title FILTER html %] + [%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]"> + [% param.name FILTER html %] + + + [% panel.title FILTER html %] [% END %]