QuickTable: remove obsolete classes
This commit is contained in:
parent
93079aaf3b
commit
9b8415cccd
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue