Code

. Added popup help for classes using the classhelp html template function.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 21 Feb 2002 06:57:39 +0000 (06:57 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 21 Feb 2002 06:57:39 +0000 (06:57 +0000)
commit766d9fd3275405ca4ebf5558485c7091b31593ac
tree6f9cb03aacd45aab3c888ef29fe4b948d6f1bc94
parent446067f586074249eff00fee4405d3fc82a20c30
 . 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.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@647 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/scripts/roundup_server.py
test/test_dates.py
test/test_htmltemplate.py