[ZCM] [ZC] 253/ 1 Request "Unsorted menu in HelpSys"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Thu, 28 Feb 2002 02:23:20 -0500
Issue #253 Update (Request) "Unsorted menu in HelpSys"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/253
==============================================================
= Request - Entry #1 by spusiman on Feb 28, 2002 2:23 am
Uploaded: "patch"
- http://collector.zope.org/Zope/253/patch/view
The help-topics in the HelpSys-menu are unsorted.
The problem is in lib/python/HelpSys/dtml/menu.dtml.
I changed the line <dtml-tree> to <dtml-tree sort=id>
which let the menu sorted by help-topic-id.
a patch is attached
==============================================================