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

This commit is contained in:
vAugagneur
2012-08-27 15:37:22 +00:00
parent aa35940132
commit 74ffabbfac

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(