Skip to content

Commit d5e6b5f

Browse files
author
Engelbert Gruber
committed
another sample in FAQ.txt.
1 parent 0d8f7fd commit d5e6b5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/FAQ.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ A: in instance/html/issue.item
3636
remove the last cell in the next four rows, either by deleting a cell
3737
or by reducing colspan.
3838

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>

0 commit comments

Comments
 (0)