//add stylesheet page commande, fix table extensible

This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent c913b7f7df
commit 34e3600da2
10 changed files with 125 additions and 67 deletions
@@ -50,11 +50,12 @@ class AdminWebserviceControllerCore extends AdminController
'align' => 'center',
'active' => 'status',
'type' => 'bool',
'orderby' => false
'orderby' => false,
'width' => 32
),
'description' => array(
'title' => $this->l('Key description'),
'align' => 'center',
'align' => 'left',
'orderby' => false
)
);