Add main class to identify dBug created tables
This commit is contained in:
parent
f7d3d26a38
commit
2934550cc3
1 changed files with 1 additions and 1 deletions
2
dBug.php
2
dBug.php
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue