comparison 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
comparison
equal deleted inserted replaced
2724:7b1c440dba92 2726:aa95c79cff8b
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.145 $ 5 :Version: $Revision: 1.146 $
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::
3872 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3872 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3873 3873
3874 To edit the status of all items in the item index view, edit the 3874 To edit the status of all items in the item index view, edit the
3875 ``issue.item.html``: 3875 ``issue.item.html``:
3876 3876
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::
3878 3879
3879 <form method="POST" tal:attributes="action request/classname"> 3880 <form method="POST" tal:attributes="action request/classname">
3880 <table class="list"> 3881 <table class="list">
3881 3882
3882 and at the bottom of that table:: 3883 and at the bottom of that table::

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