QuickTable: use new web2 default table classes

This commit is contained in:
Thomas Gelf 2015-11-06 09:22:47 +01:00
parent c070c77611
commit 67551e6285
1 changed files with 1 additions and 0 deletions

View File

@ -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');
}