diff 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
line wrap: on
line diff
--- a/doc/FAQ.txt	Wed Jan 23 07:27:19 2002 +0000
+++ b/doc/FAQ.txt	Wed Jan 23 08:19:21 2002 +0000
@@ -36,3 +36,14 @@
   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>

Roundup Issue Tracker: http://roundup-tracker.org/