Mercurial > p > roundup > code
diff doc/customizing.txt @ 2726:aa95c79cff8b
clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Oct 2004 23:38:44 +0000 |
| parents | 809758599cdc |
| children | deb298529c2b |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Oct 07 23:13:11 2004 +0000 +++ b/doc/customizing.txt Thu Oct 07 23:38:44 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.145 $ +:Version: $Revision: 1.146 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -3874,7 +3874,8 @@ To edit the status of all items in the item index view, edit the ``issue.item.html``: -1. add a form around the listing table, so at the top it reads:: +1. add a form around the listing table (separate from the existing + index-page form), so at the top it reads:: <form method="POST" tal:attributes="action request/classname"> <table class="list">
