diff --git a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
index 623e83dde..77b7c3763 100644
--- a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
+++ b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
@@ -30,103 +30,160 @@
{include file="toolbar.tpl" toolbar_btn=$toolbar_btn toolbar_scroll=$toolbar_scroll title=$title}
-
{block name="leadin"}{/block}
+{block name="leadin"}{/block}
-
-
+
-
-
-
-
{l s='LiveEdit'}
-{if $live_edit}
-
{l s='You have to select a shop to use LiveEdit'}
-{else}
-
{l s='Click here to be redirected to the Front Office of your shop where you can move and delete modules directly.'}
-
{l s='Run LiveEdit'}
-{/if}
-
-
+
\ No newline at end of file
diff --git a/controllers/admin/AdminModulesPositionsController.php b/controllers/admin/AdminModulesPositionsController.php
index 8b7820b19..76275766f 100644
--- a/controllers/admin/AdminModulesPositionsController.php
+++ b/controllers/admin/AdminModulesPositionsController.php
@@ -30,6 +30,7 @@ class AdminModulesPositionsControllerCore extends AdminController
public function postProcess()
{
+ $this->bootstrap = true;
// Getting key value for display
if (Tools::getValue('show_modules') && strval(Tools::getValue('show_modules')) != 'all')
$this->display_key = (int)Tools::getValue('show_modules');