//add stylesheet page commande, fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11808 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent 8f88afd9bc
commit 508651ba5a
10 changed files with 125 additions and 67 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class AdminGroupsControllerCore extends AdminController
),
'show_prices' => array(
'title' => $this->l('Show prices'),
'width' => 25,
'width' => 120,
'align' => 'center',
'type' => 'bool',
'callback' => 'printShowPricesIcon',
@@ -46,8 +46,8 @@ class AdminSearchEnginesControllerCore extends AdminController
$this->fieldsDisplay = array(
'id_search_engine' => array('title' => $this->l('ID'), 'width' => 25),
'server' => array('title' => $this->l('Server'), 'width' => 200),
'getvar' => array('title' => $this->l('GET variable'), 'width' => 40)
'server' => array('title' => $this->l('Server')),
'getvar' => array('title' => $this->l('GET variable'), 'width' => 100)
);
$this->fields_form = array(
+2 -3
View File
@@ -40,12 +40,11 @@ class AdminSlipControllerCore extends AdminController
),
'id_order' => array(
'title' => $this->l('ID Order'),
'width' => 75,
'align' => 'center'
'align' => 'left'
),
'date_add' => array(
'title' => $this->l('Date issued'),
'width' => 60,
'width' => 150,
'type' => 'date',
'align' => 'right'
)
@@ -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
)
);
@@ -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
)
);