Code

. another sample in FAQ.txt.
authorgrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Jan 2002 08:19:21 +0000 (08:19 +0000)
committergrubert <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

index 2038d924d1420dd30b883b1977ef6ed67073974d..4963a3f4f90226f952432fea8a7d1b6351e7b3d3 100644 (file)
@@ -36,3 +36,14 @@ A: in instance/html/issue.item
   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>