// fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11676 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-22 19:45:23 +00:00
parent 7bac43b93c
commit fbb969c028
10 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class AdminImagesControllerCore extends AdminController
$this->fieldsDisplay = array(
'id_image_type' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('Name'), 'width' => 140, 'size' => 16),
'name' => array('title' => $this->l('Name'), 'size' => 16),
'width' => array('title' => $this->l('Width'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5),
'height' => array('title' => $this->l('Height'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5)
);