QuickTable: remove obsolete classes

This commit is contained in:
Thomas Gelf 2016-02-18 11:31:55 +01:00
parent 93079aaf3b
commit 9b8415cccd
1 changed files with 0 additions and 1 deletions

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()