Mercurial > p > roundup > code
diff doc/customizing.txt @ 1488:24460bef0efd maint-0.5
doc fix backported from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 06 Mar 2003 04:37:36 +0000 |
| parents | 56c5b4509378 |
| children |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Feb 27 11:21:24 2003 +0000 +++ b/doc/customizing.txt Thu Mar 06 04:37:36 2003 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.68.2.1 $ +:Version: $Revision: 1.68.2.2 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -2233,7 +2233,7 @@ <select name="assignedto"> <option value="-1">- no selection -</option> <tal:block tal:repeat="user db/user/list"> - <option tal:condition="python:user.hasPermission('Fixer', context.classname)" + <option tal:condition="python:user.hasPermission('Fixer', context._classname)" tal:attributes="value user/id; selected python:user.id == context.assignedto" tal:content="user/realname"></option>
