summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8528e55)
raw | patch | inline | side by side (parent: 8528e55)
| author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
| Thu, 20 Feb 2003 07:13:40 +0000 (07:13 +0000) | ||
| committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
| Thu, 20 Feb 2003 07:13:40 +0000 (07:13 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1535 57a73879-2fb5-44c3-a270-3262357dd7e2
| doc/customizing.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index b09e5e76bffa90c6bae754c17d5b690ab90d9668..f80e71333e5b46f931ffd9dcbbf8af8473329b66 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.75 $
+:Version: $Revision: 1.76 $
.. This document borrows from the ZopeBook section on ZPT. The original is at:
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
<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>