QuickTable: use one more class, thanks web 2.0.0
This commit is contained in:
parent
310f4ef499
commit
7c081c12ce
|
@ -200,7 +200,7 @@ abstract class QuickTable implements Paginatable
|
|||
{
|
||||
$data = $this->fetchData();
|
||||
|
||||
$htm = '<table class="simple action">' . "\n"
|
||||
$htm = '<table class="simple action action-table">' . "\n"
|
||||
. $this->renderTitles($this->getTitles())
|
||||
. "<tbody>\n";
|
||||
foreach ($data as $row) {
|
||||
|
|
Loading…
Reference in New Issue