Mercurial > p > roundup > code
comparison doc/customizing.txt @ 6329:207b0fc82fc1
Fix incorrect template (Nagy Gabor); spelling fix
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 26 Feb 2021 11:35:25 -0500 |
| parents | 5d6b3122f74c |
| children | eeddc4e03742 |
comparison
equal
deleted
inserted
replaced
| 6328:704a937ac8b7 | 6329:207b0fc82fc1 |
|---|---|
| 2704 | 2704 |
| 2705 Additionally, you may include tags such as <tal:block>, which are | 2705 Additionally, you may include tags such as <tal:block>, which are |
| 2706 removed from output. Its content is kept, but the tag itself is not (so | 2706 removed from output. Its content is kept, but the tag itself is not (so |
| 2707 don't go using any "tal:attributes" commands on it). This is useful for | 2707 don't go using any "tal:attributes" commands on it). This is useful for |
| 2708 making arbitrary blocks of HTML conditional or repeatable (very handy | 2708 making arbitrary blocks of HTML conditional or repeatable (very handy |
| 2709 for repeating multiple table rows, which would othewise require an | 2709 for repeating multiple table rows, which would otherwise require an |
| 2710 illegal tag placement to effect the repeat). | 2710 illegal tag placement to effect the repeat). |
| 2711 | 2711 |
| 2712 | 2712 |
| 2713 Templating Expressions | 2713 Templating Expressions |
| 2714 ~~~~~~~~~~~~~~~~~~~~~~ | 2714 ~~~~~~~~~~~~~~~~~~~~~~ |
| 5759 | 5759 |
| 5760 Editing multiple items in an index view | 5760 Editing multiple items in an index view |
| 5761 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 5761 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 5762 | 5762 |
| 5763 To edit the status of all items in the item index view, edit the | 5763 To edit the status of all items in the item index view, edit the |
| 5764 ``issue.item.html``: | 5764 ``issue.index.html``: |
| 5765 | 5765 |
| 5766 1. add a form around the listing table (separate from the existing | 5766 1. add a form around the listing table (separate from the existing |
| 5767 index-page form), so at the top it reads:: | 5767 index-page form), so at the top it reads:: |
| 5768 | 5768 |
| 5769 <form method="POST" tal:attributes="action request/classname"> | 5769 <form method="POST" tal:attributes="action request/classname"> |
