diff options
author | rojanu <aliustek@gmail.com> | 2011-01-22 18:51:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-01-22 18:51:36 +0100 |
commit | 3ba91b28893ab0192f995067404c90f2143e425a (patch) | |
tree | a04643f48583f33307009bd31fd9fa157e30e1ee /template | |
parent | 721dfc64e95140c48726738770cd22b71ac36702 (diff) | |
download | bugzilla-3ba91b28893ab0192f995067404c90f2143e425a.tar.gz bugzilla-3ba91b28893ab0192f995067404c90f2143e425a.tar.xz |
Bug 624696: We need a template hook to add a description to parameters added by extensions
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index 77d843da2..730d7ae34 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -73,6 +73,7 @@ [% FOREACH panel = panels %] <tr> [% IF panel.current %] + [% Hook.process("current_panel") %] <td class="selected_section"> <span title="[% panel.desc FILTER html %]">[% panel.title FILTER html %]</span> </td> |