Commit 1737890a authored by Frank Bergmann's avatar Frank Bergmann

-- added bg color to gantt bars (tr/td)

parent 852a85ce
......@@ -3167,7 +3167,7 @@ ad_proc -public im_ganttproject_gantt_component {
set cell_html "<td>
<table width='100%' border=0 cellspacing=0 cellpadding=0 bordercolor=black style='background-color:\#8CB6CE'>
<tr height=11><td></td></tr>
<tr height=11 style='background-color:\#8CB6CE'><td style='background-color:\#8CB6CE'></td></tr>
</table>
</td>\n"
......@@ -3186,7 +3186,7 @@ ad_proc -public im_ganttproject_gantt_component {
set cell_html "
<td colspan=$last_colspan>
<table width='100%' border=0 cellspacing=0 cellpadding=0 bordercolor=black style='background-color:\#8CB6CE'>
<tr height=11><td></td></tr>
<tr height=11 style='background-color:\#8CB6CE'><td style='background-color:\#8CB6CE'></td></tr>
</table>
</td>\n"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment