From 6cb5a15815285e73d2ad8c4f3fdd42fcb1550e29 Mon Sep 17 00:00:00 2001 From: grubert Date: Thu, 17 Jan 2002 16:05:37 +0000 Subject: [PATCH] . layout tweaking samples. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@561 57a73879-2fb5-44c3-a270-3262357dd7e2 --- FAQ.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 FAQ.txt diff --git a/FAQ.txt b/FAQ.txt new file mode 100644 index 0000000..2038d92 --- /dev/null +++ b/FAQ.txt @@ -0,0 +1,38 @@ +2002-01-17 eg + +NOTE: This is just a grabbag, most of this should go into + documentation. + +Changing HTML layout + + Note changes to the files in html take place immediatly without + restart, even when running toundup-server. + +Q: Displaying messages not only the summary + +A: in instance/html/msg.index + + change + + to +
+ + displays the whole message not only the first line and
+  prevents the browser from reformatting. 
+
+Q: Getting the nosy list picker instead of textfield.
+
+  In classic template there is plenty of spcae below the text field.
+
+A: in instance/html/issue.item
+
+  At the file top set border=1 to see cell boundaries.
+
+  replace
+    
+  by
+    
+
+  remove the last cell in the next four rows, either by deleting a cell
+  or by reducing colspan.
+
-- 
2.30.2