Mercurial > p > roundup > code
diff CHANGES.txt @ 635:3d61b5d2243e
Added popup help for classes using the classhelp html template function.
- add <display call="classhelp('priority', 'id,name,description')">
to an item page, and it generates a link to a popup window which displays
the id, name and description for the priority class. The description
field won't exist in most installations, but it will be added to the
default templates.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Feb 2002 06:57:39 +0000 |
| parents | 993e0162b7c2 |
| children | 7dd13fd5d8ea |
line wrap: on
line diff
--- a/CHANGES.txt Thu Feb 21 06:23:00 2002 +0000 +++ b/CHANGES.txt Thu Feb 21 06:57:39 2002 +0000 @@ -14,6 +14,12 @@ - access using the admin "class list" interface - limited to admin-only - requires the csv module from object-craft (url given if it's missing) + . Added popup help for classes using the classhelp html template function. + - add <display call="classhelp('priority', 'id,name,description')"> + to an item page, and it generates a link to a popup window which displays + the id, name and description for the priority class. The description + field won't exist in most installations, but it will be added to the + default templates. Fixed: . Clean up mail handling, multipart handling.
