QuickTable: use one more class, thanks web 2.0.0

This commit is contained in:
Thomas Gelf 2015-10-13 17:21:39 +02:00
parent 310f4ef499
commit 7c081c12ce
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ abstract class QuickTable implements Paginatable
{ {
$data = $this->fetchData(); $data = $this->fetchData();
$htm = '<table class="simple action">' . "\n" $htm = '<table class="simple action action-table">' . "\n"
. $this->renderTitles($this->getTitles()) . $this->renderTitles($this->getTitles())
. "<tbody>\n"; . "<tbody>\n";
foreach ($data as $row) { foreach ($data as $row) {