Mercurial > p > roundup > code
diff doc/customizing.txt @ 1560:3f2e516b8de3
doc fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 06:17:16 +0000 |
| parents | 6bfb9c9de03c |
| children | d181aff91b40 |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Mar 26 06:03:58 2003 +0000 +++ b/doc/customizing.txt Wed Mar 26 06:17:16 2003 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.79 $ +:Version: $Revision: 1.80 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -120,7 +120,8 @@ Additional text to include in the "name" part of the ``From:`` address used in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is usually:: - "Foo Bar" <issue_tracker@tracker.example> + + "Foo Bar" <issue_tracker@tracker.example> the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: @@ -2918,7 +2919,7 @@ priority=Link("priority"), status=Link("status")) 2. Add the new "blockers" property to the issue.item edit page, using - something like: + something like:: <th nowrap>Waiting On</th> <td>
