diff --git a/admin-dev/themes/default/template/controllers/modules/header.tpl b/admin-dev/themes/default/template/controllers/modules/header.tpl deleted file mode 100644 index ec446c360..000000000 --- a/admin-dev/themes/default/template/controllers/modules/header.tpl +++ /dev/null @@ -1,76 +0,0 @@ -{* -* 2007-2013 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2013 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{$kpis} - -
-

- {l s='List of modules'} -

-
-
- -
-
-
- -{if $add_permission eq '1'} -
- -
-
-

{l s='Add a new module'}

-

{l s='The module must either be a zip file or a tarball.'}

-
- -
- -
-
-
-
- -
-
-
-
-
-{/if} diff --git a/admin-dev/themes/default/template/controllers/modules/page.tpl b/admin-dev/themes/default/template/controllers/modules/page.tpl index 89b756dc2..e18bfe7f4 100644 --- a/admin-dev/themes/default/template/controllers/modules/page.tpl +++ b/admin-dev/themes/default/template/controllers/modules/page.tpl @@ -23,54 +23,104 @@ * International Registered Trademark & Property of PrestaShop SA *} - {include file='controllers/modules/header.tpl'} +{$kpis} - {if $upgrade_available|@count} -
- {l s='An upgrade is available for some of your modules!'} - +
+

+ {l s='List of modules'} +

+
+
+ +
- {/if} -
-
- - {l s='Modules list'} +
+ +{if $add_permission eq '1'} +
+ +
+
+

{l s='Add a new module'}

+

{l s='The module must either be a zip file or a tarball.'}

+
+ +
+ +
- -
-
-
- -
- - - - -
- - - {l s='Favorites'} {$nb_modules_favorites} - - - {l s='All'} {$nb_modules} - - {foreach from=$list_modules_categories item=module_category key=module_category_key} - - {$module_category.name} {$module_category.nb} - - {/foreach} -
- {include file='controllers/modules/login_addons.tpl'} +
+
+
-
- {include file='controllers/modules/list.tpl'} +
+ +
+
+{/if} + +{if $upgrade_available|@count} +
+ {l s='An upgrade is available for some of your modules!'} + +
+{/if} +
+
+ + {l s='Modules list'} +
+ +
+
+
+
+
+ + + + +
+
+ + {l s='Favorites'} {$nb_modules_favorites} + + + {l s='All'} {$nb_modules} + + {foreach from=$list_modules_categories item=module_category key=module_category_key} + + {$module_category.name} {$module_category.nb} + + {/foreach}
+ {include file='controllers/modules/login_addons.tpl'} +
+
+ {include file='controllers/modules/list.tpl'}
-
\ No newline at end of file +
+
\ No newline at end of file