From da6143f4aae6af35f60b8230b82f649b3b0cbd05 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 24 Jun 2003 01:01:35 +0000 Subject: Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list. r=gerv a=myk --- template/en/default/config.rdf.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'template/en/default/config.rdf.tmpl') diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 6aa51f657..884c26a0c 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -180,6 +180,19 @@ [% END %] + + + [% PROCESS "global/field-descs.none.tmpl" %] + [% FOREACH item = field %] +
  • + + [% item.name FILTER html %] + [% (field_descs.${item.name} OR item.description) FILTER html %] + +
  • + [% END %] +
    +
    -- cgit v1.2.3-24-g4f1b