From a4436861717d0fbdfdee364fee6a3e3b42a65f5c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 15 Jan 2009 00:53:22 +0000 Subject: Bug 471890: The Index of Parameters should linkify parameters, not the category they belong to - Patch by Nitish Bezzala r/a=LpSolit --- template/en/default/admin/params/index.html.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/index.html.tmpl b/template/en/default/admin/params/index.html.tmpl index bfa3e2c43..1629c8c6f 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 %] -- cgit v1.2.3-24-g4f1b