Fossil SCM
Documentation Edit for Customising the Ticket System.
Closed
741c14501ff327c…
· opened 16 years ago
- Type
- Documentation
- Priority
- Immediate
- Severity
- Cosmetic
- Resolution
- Overcome_By_Events
- Subsystem
- —
- Created
- April 2, 2010 8:04 p.m.
http://www.fossil-scm.org/fossil/doc/tip/www/custom_ticket.wiki
Change:
Look for the text "Contact:" (about halfway through). Then insert these lines after the closing tr tag and before the "enable_output" line:
<td align="right">Assigned to:</td><td bgcolor="#d0d0d0">
To:
Look for the text "Contact:" (about halfway through). Then insert these lines after the closing tr tag and before the "enable_output" line:
</tr><tr>
<td align="right">Assigned to:</td><td bgcolor="#d0d0d0">
This corrects a misalignment in the table layout where the new fields are displayed to the right of the existing layout instead of as a new line within the layout.