[-] MO : fixed bug #PSCFV-3770 - Uncheck "Display the Footer's informations" in CMS Block cause CMS links to hide too.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17026 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-08-27 15:37:22 +00:00
parent 2c504d45bc
commit 10a644578b
+15 -15
View File
@@ -191,6 +191,21 @@ class BlockCms extends Module
'image' => _PS_ADMIN_IMG_.'information.png'
),
'input' => array(
array(
'type' => 'checkbox',
'name' => 'cms_footer',
'values' => array(
'query' => array(
array(
'id' => 'on',
'name' => $this->l('Display various links and information in the Footer'),
'val' => '1'
),
),
'id' => 'id',
'name' => 'name'
)
),
array(
'type' => 'cms_pages',
'label' => $this->l('Footer links:'),
@@ -220,21 +235,6 @@ class BlockCms extends Module
'id' => 'id',
'name' => 'name'
)
),
array(
'type' => 'checkbox',
'name' => 'cms_footer',
'values' => array(
'query' => array(
array(
'id' => 'on',
'name' => $this->l('Display the Footer\'s informations'),
'val' => '1'
),
),
'id' => 'id',
'name' => 'name'
)
)
),
'submit' => array(