QuickTable: remove obsolete classes

This commit is contained in:
Thomas Gelf 2016-02-18 11:31:55 +01:00
parent 93079aaf3b
commit 9b8415cccd

View File

@ -235,7 +235,6 @@ abstract class QuickTable implements Paginatable
protected function listTableClasses()
{
return array('simple', 'common-table', 'table-row-selectable');
return array('simple', 'action', 'action-table');
}
public function render()