From 9b8415cccd7df9843a5bdeeaef09a161accebde0 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 18 Feb 2016 11:31:55 +0100 Subject: [PATCH] QuickTable: remove obsolete classes --- library/Director/Web/Table/QuickTable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Director/Web/Table/QuickTable.php b/library/Director/Web/Table/QuickTable.php index 43069e3a..0feec8fe 100644 --- a/library/Director/Web/Table/QuickTable.php +++ b/library/Director/Web/Table/QuickTable.php @@ -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()