//add stylesheet page commande, fix table extensible

This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent 2ae614621f
commit 28a145d190
10 changed files with 125 additions and 67 deletions
@@ -75,7 +75,7 @@ class AdminStatusesControllerCore extends AdminController
'1' => 'enabled.gif',
'0' => 'disabled.gif'
),
'width' => 25,
'width' => 190,
'type' => 'bool',
'orderby' => false
),
@@ -92,7 +92,7 @@ class AdminStatusesControllerCore extends AdminController
),
'template' => array(
'title' => $this->l('E-mail template'),
'width' => 100
'width' => 120
)
);