Overview
Artifact ID: | 853d2c835ebe33feed44a9a6c187b36427332159 |
---|---|
Ticket: | bb4e02048ddff8d549a2099442b81c21e49bf8cb
Tickets: make the (html & th1) template for ticket reports editable |
User & Date: | anonymous 2010-12-28 07:18:08 |
Changes
- Appended to comment:
<hr /><i>anonymous claiming to be Alex added on 2010-12-28 07:18:08:</i><br /> Found a partial workaround, based on the absence of checks on the background color specified in a report template. Since background color is now done with CSS, we can specify something like<br> WHEN status='CLOSED' THEN '#909090; text-decoration: line-through'<br> in the template, which gives us this HTML code<br> <tr style="background-color:#909090; text-decoration: line-through"><br> and a correct style. Of course this gives us limited design opportunities, but it is still better than nothing.