forked from extern/egroupware
we need noPrint on td
This commit is contained in:
parent
3e7ba51020
commit
6f099299b4
@ -1862,6 +1862,8 @@ class etemplate_old extends boetemplate
|
||||
{
|
||||
$html = "\n\n<!-- BEGIN $cell[type] -->\n\n".$html."\n\n<!-- END $cell[type] -->\n\n";
|
||||
}
|
||||
// we need noPrint on td
|
||||
if (strpos($cell['span'], 'noPrint')) $class .= ' noPrint';
|
||||
$extra_label = False;
|
||||
break;
|
||||
case 'deck':
|
||||
|
Loading…
Reference in New Issue
Block a user