From 74ffabbfac40130b8cf1cd4960fef68cb2bd9287 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 27 Aug 2012 15:37:22 +0000 Subject: [PATCH] [-] MO : fixed bug #PSCFV-3770 - Uncheck "Display the Footer's informations" in CMS Block cause CMS links to hide too. --- modules/blockcms/blockcms.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/blockcms/blockcms.php b/modules/blockcms/blockcms.php index eae5cf3d0..2e5b3874f 100755 --- a/modules/blockcms/blockcms.php +++ b/modules/blockcms/blockcms.php @@ -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(