From 8710cf570d5997e6ee5fec42d3d5734d8d9e6631 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 May 2018 16:52:16 +0200 Subject: [PATCH] Add table thead and tbody for object lines --- htdocs/core/class/commonobject.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 4c236324373..d240835c1b5 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -3658,6 +3658,8 @@ abstract class CommonObject $reshook = $hookmanager->executeHooks('printObjectLineTitle', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks if (empty($reshook)) { + print "\n"; + print ''; if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) print ' '; @@ -3735,11 +3737,13 @@ abstract class CommonObject } print "\n"; + print "\n"; } $var = true; $i = 0; - + + print "\n"; foreach ($this->lines as $line) { //Line extrafield @@ -3767,6 +3771,7 @@ abstract class CommonObject $i++; } + print "\n"; } /**