git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14493 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -94,7 +94,7 @@ class AdminAdminPreferencesControllerCore extends AdminController
|
||||
'validation' => 'isInt',
|
||||
'cast' => 'intval',
|
||||
'type' => 'text',
|
||||
'suffix' => $this->l('Megabits'),
|
||||
'suffix' => $this->l('Megabytes'),
|
||||
'default' => '2'
|
||||
),
|
||||
'PS_LIMIT_UPLOAD_FILE_VALUE' => array(
|
||||
@@ -103,7 +103,7 @@ class AdminAdminPreferencesControllerCore extends AdminController
|
||||
'validation' => 'isInt',
|
||||
'cast' => 'intval',
|
||||
'type' => 'text',
|
||||
'suffix' => $this->l('Megabits'),
|
||||
'suffix' => $this->l('Megabytes'),
|
||||
'default' => '1'
|
||||
),
|
||||
'PS_LIMIT_UPLOAD_IMAGE_VALUE' => array(
|
||||
@@ -112,7 +112,7 @@ class AdminAdminPreferencesControllerCore extends AdminController
|
||||
'validation' => 'isInt',
|
||||
'cast' => 'intval',
|
||||
'type' => 'text',
|
||||
'suffix' => $this->l('Megabits'),
|
||||
'suffix' => $this->l('Megabytes'),
|
||||
'default' => '1'
|
||||
),
|
||||
),
|
||||
|
||||
@@ -231,7 +231,7 @@ class AdminCmsCategoriesControllerCore extends AdminController
|
||||
),
|
||||
array(
|
||||
'type' => 'textarea',
|
||||
'label' => $this->l('Name:'),
|
||||
'label' => $this->l('Description:'),
|
||||
'name' => 'description',
|
||||
'lang' => true,
|
||||
'rows' => 5,
|
||||
|
||||
@@ -120,9 +120,8 @@ class AdminOrderPreferencesControllerCore extends AdminController
|
||||
'list' => $cms_tab,
|
||||
'identifier' => 'id',
|
||||
'cast' => 'intval'
|
||||
),
|
||||
),
|
||||
'submit' => array('title' => $this->l('Save'), 'class' => 'button'),
|
||||
)
|
||||
)
|
||||
),
|
||||
'gift' => array(
|
||||
'title' => $this->l('Gift options'),
|
||||
|
||||
@@ -47,7 +47,7 @@ class AdminPPreferencesControllerCore extends AdminController
|
||||
'type' => 'bool'
|
||||
),
|
||||
'PS_COMPARATOR_MAX_ITEM' => array(
|
||||
'title' => $this->l('Maximum number of items for comparison:'),
|
||||
'title' => $this->l('Set the maximum number of products that can be selected for comparison:'),
|
||||
'desc' => $this->l('Set the threshold at which a message will announce the product is close to being out of stock.').' '.$this->l('Set to 0 to disable this feature'),
|
||||
'validation' => 'isUnsignedId',
|
||||
'required' => true,
|
||||
|
||||
Reference in New Issue
Block a user