comparison doc/customizing.txt @ 1817:3d180e08fae0

oops
author Richard Jones <richard@users.sourceforge.net>
date Thu, 18 Sep 2003 23:42:51 +0000
parents 61a23c293147
children fad32dafc174
comparison
equal deleted inserted replaced
1816:61a23c293147 1817:3d180e08fae0
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.99 $ 5 :Version: $Revision: 1.100 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
3528 string:issue${i/id}?:status=resolved&:action=edit">resolve</a> 3528 string:issue${i/id}?:status=resolved&:action=edit">resolve</a>
3529 3529
3530 "Take" the issue:: 3530 "Take" the issue::
3531 3531
3532 <a tal:attributes="href 3532 <a tal:attributes="href
3533 string:issue${i/id}?:assignedto=${user/id}&:action=edit">take</a> 3533 string:issue${i/id}?:assignedto=${request/user/id}&:action=edit">take</a>
3534 3534
3535 ... and so on 3535 ... and so on
3536 3536
3537 ------------------- 3537 -------------------
3538 3538

Roundup Issue Tracker: http://roundup-tracker.org/