File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.145 $
5+ :Version: $Revision: 1.146 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -3874,7 +3874,8 @@ Editing multiple items in an index view
38743874To edit the status of all items in the item index view, edit the
38753875``issue.item.html``:
38763876
3877- 1. add a form around the listing table, so at the top it reads::
3877+ 1. add a form around the listing table (separate from the existing
3878+ index-page form), so at the top it reads::
38783879
38793880 <form method="POST" tal:attributes="action request/classname">
38803881 <table class="list">
You can’t perform that action at this time.
0 commit comments