mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
setting table-cells without align to left, to fix wired inheritance in IE
This commit is contained in:
parent
889b6931f1
commit
2cef87570c
@ -447,7 +447,7 @@
|
|||||||
$opts[$col] = "0,$disable";
|
$opts[$col] = "0,$disable";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$row_data[".$col"] .= $this->html->formatOptions($cell['align'],'ALIGN');
|
$row_data[".$col"] .= $this->html->formatOptions($cell['align']?$cell['align']:'left','ALIGN');
|
||||||
$cl = $this->expand_name(isset($this->class_conf[$cl]) ? $this->class_conf[$cl] : $cl,
|
$cl = $this->expand_name(isset($this->class_conf[$cl]) ? $this->class_conf[$cl] : $cl,
|
||||||
$c,$r,$show_c,$show_row,$content);
|
$c,$r,$show_c,$show_row,$content);
|
||||||
$row_data[".$col"] .= $this->html->formatOptions($cl,'CLASS');
|
$row_data[".$col"] .= $this->html->formatOptions($cl,'CLASS');
|
||||||
|
Loading…
Reference in New Issue
Block a user