mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
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";
|
$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;
|
$extra_label = False;
|
||||||
break;
|
break;
|
||||||
case 'deck':
|
case 'deck':
|
||||||
|
Loading…
Reference in New Issue
Block a user