summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de75676)
raw | patch | inline | side by side (parent: de75676)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 18 Sep 2003 23:42:51 +0000 (23:42 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 18 Sep 2003 23:42:51 +0000 (23:42 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1884 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index ee861d306d6336cc8bcc73d5f2bedc859c969570..2662f62945040cf7be84d72c932336095b420b27 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.99 $
+:Version: $Revision: 1.100 $
.. This document borrows from the ZopeBook section on ZPT. The original is at:
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
"Take" the issue::
<a tal:attributes="href
- string:issue${i/id}?:assignedto=${user/id}&:action=edit">take</a>
+ string:issue${i/id}?:assignedto=${request/user/id}&:action=edit">take</a>
... and so on