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

Bug 471890: The Index of Parameters should linkify parameters, not the category…

Bug 471890: The Index of Parameters should linkify parameters, not the category they belong to - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
parent 2bb9902f
......@@ -16,6 +16,7 @@
# Rights Reserved.
#
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
# Nitish Bezzala <nbezzala@yahoo.com>
#%]
<p>
......@@ -32,11 +33,13 @@
[% FOREACH panel = panels %]
[% FOREACH param = panel.param_list.sort('name') %]
<tr>
<td>[% param.name FILTER html %]</td>
<td>
<a href="editparams.cgi?section=
[%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]">
[% panel.title FILTER html %]</a>
[%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]">
[% param.name FILTER html %]</a>
</td>
<td>
[% panel.title FILTER html %]
</td>
</tr>
[% END %]
......
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