summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8873a90)
raw | patch | inline | side by side (parent: 8873a90)
author | grubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Jan 2002 08:19:21 +0000 (08:19 +0000) | ||
committer | grubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Jan 2002 08:19:21 +0000 (08:19 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@595 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/FAQ.txt | patch | blob | history |
diff --git a/doc/FAQ.txt b/doc/FAQ.txt
index 2038d924d1420dd30b883b1977ef6ed67073974d..4963a3f4f90226f952432fea8a7d1b6351e7b3d3 100644 (file)
--- a/doc/FAQ.txt
+++ b/doc/FAQ.txt
remove the last cell in the next four rows, either by deleting a cell
or by reducing colspan.
+
+Q: I wanted to see the issue id (the number) on the issue item display:
+
+A:
+ In file INSTANCE/html/issue.item change, showed e.g. "(anonymous)"
+ <td class="form-text"><display call="reldate('creation', pretty=1)">
+ (<display call="plain('creator')">)</td>
+
+ to to see "(
+ <td class="form-text"><display call="reldate('creation', pretty=1)">
+ (issue<display call="plain('id')"> by <display call="plain('creator')">)</td>