// BO fix + work on helpers + compass/codekit config

This commit is contained in:
Kevin Granger
2013-07-22 16:43:16 +02:00
parent 288c0d3ca8
commit 9d16eb1d1b
18 changed files with 3446 additions and 136 deletions
+2 -2
View File
@@ -26,6 +26,8 @@
class AdminScenesControllerCore extends AdminController
{
public $bootstrap = true ;
public function __construct()
{
$this->table = 'scene';
@@ -44,7 +46,6 @@ class AdminScenesControllerCore extends AdminController
'id_scene' => array(
'title' => $this->l('ID'),
'align' => 'center',
'width' => 25
),
'name' => array(
'title' => $this->l('Image Maps'),
@@ -52,7 +53,6 @@ class AdminScenesControllerCore extends AdminController
),
'active' => array(
'title' => $this->l('Activated'),
'width' => 70,
'align' => 'center',
'active' => 'status',
'type' => 'bool',