Add main class to identify dBug created tables

This commit is contained in:
Viktor Szépe 2015-03-20 17:37:06 +01:00
parent f7d3d26a38
commit 2934550cc3

View file

@ -130,7 +130,7 @@ class dBug
*/
public function renderTableHeader($type, $text, $colspan=0)
{
echo '<table cellspacing=2 cellpadding=3 class="dBug_'.$type.'">
echo '<table cellspacing=2 cellpadding=3 class="dBug dBug_' . $type . '">
<tr>
<td '.(($this->bCollapsed) ? 'style="font-style:italic" ' : '').'class="dBug_'.$type.'Header" '.($colspan?'colspan='.$colspan:'').' onClick="dBug_toggleTable(this)">'.$text.'</td>
</tr>';