we need noPrint on td

This commit is contained in:
Ralf Becker 2014-03-16 15:22:48 +00:00
parent 3e7ba51020
commit 6f099299b4

View File

@ -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':