Mercurial > p > roundup > code
comparison doc/FAQ.txt @ 583:dbcd04d4dd92
another sample in FAQ.txt.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Jan 2002 08:19:21 +0000 |
| parents | fa23796baf7b |
| children | 28debb477133 |
comparison
equal
deleted
inserted
replaced
| 582:2fc4f8942a59 | 583:dbcd04d4dd92 |
|---|---|
| 34 <td rowspan=5 class="form-text"><display call="menu('nosy',height=10)"></td> | 34 <td rowspan=5 class="form-text"><display call="menu('nosy',height=10)"></td> |
| 35 | 35 |
| 36 remove the last cell in the next four rows, either by deleting a cell | 36 remove the last cell in the next four rows, either by deleting a cell |
| 37 or by reducing colspan. | 37 or by reducing colspan. |
| 38 | 38 |
| 39 | |
| 40 Q: I wanted to see the issue id (the number) on the issue item display: | |
| 41 | |
| 42 A: | |
| 43 In file INSTANCE/html/issue.item change, showed e.g. "(anonymous)" | |
| 44 <td class="form-text"><display call="reldate('creation', pretty=1)"> | |
| 45 (<display call="plain('creator')">)</td> | |
| 46 | |
| 47 to to see "( | |
| 48 <td class="form-text"><display call="reldate('creation', pretty=1)"> | |
| 49 (issue<display call="plain('id')"> by <display call="plain('creator')">)</td> |
