QuickTable: use new web2 default table classes
This commit is contained in:
parent
c070c77611
commit
67551e6285
|
@ -234,6 +234,7 @@ abstract class QuickTable implements Paginatable
|
|||
|
||||
protected function listTableClasses()
|
||||
{
|
||||
return array('simple', 'common-table', 'table-row-selectable');
|
||||
return array('simple', 'action', 'action-table');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue