From f847c821eded2c66a7056b429ec958dc3b3ae4af Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Wed, 10 Jul 2013 18:19:03 +0200 Subject: [PATCH] // update tab modules bootsrap --- .../template/controllers/modules/filters.tpl | 145 ++++++++++++------ controllers/admin/AdminModulesController.php | 1 + 2 files changed, 95 insertions(+), 51 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/modules/filters.tpl b/admin-dev/themes/default/template/controllers/modules/filters.tpl index 414d52d2b..083751e35 100644 --- a/admin-dev/themes/default/template/controllers/modules/filters.tpl +++ b/admin-dev/themes/default/template/controllers/modules/filters.tpl @@ -44,14 +44,40 @@ {else} -
-

{l s='Do you have a %s account?' sprintf='PrestaShop Addons'}

-
- - - -
-
+
+
+
+

{l s='Do you have a %s account?' sprintf='PrestaShop Addons'}

+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
{/if} @@ -60,51 +86,68 @@ {/if} - -
-
- - -
-
-
- - -   - -   - -   - -
-
- - + +
+ +
+
+ + + + +
+
+ + + + + + + + + + + + + + + + + +
diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index c457c4496..3df6c3eda 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -65,6 +65,7 @@ class AdminModulesControllerCore extends AdminController public function __construct() { + $this->bootstrap = true; parent::__construct(); register_shutdown_function('displayFatalError');