From ad921632ec3ccd7cb91fb0e3bb765df245cb65d3 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 10 Jan 2012 10:29:45 +0000 Subject: [PATCH] // Remove useless folder --- .../default/template/categories/form.tpl | 37 ------------- .../template/categories/list_header.tpl | 53 ------------------- 2 files changed, 90 deletions(-) delete mode 100644 admin-dev/themes/default/template/categories/form.tpl delete mode 100644 admin-dev/themes/default/template/categories/list_header.tpl diff --git a/admin-dev/themes/default/template/categories/form.tpl b/admin-dev/themes/default/template/categories/form.tpl deleted file mode 100644 index 7ddd02be3..000000000 --- a/admin-dev/themes/default/template/categories/form.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{* -* 2007-2011 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-2011 PrestaShop SA -* @version Release: $Revision: 8971 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} -{extends file="helper/form/form.tpl"} - -{block name="end_field_block"} - {if ($input.name == 'groupBox')} -

- {$input.info_introduction}
- {$input.unidentified}
- {$input.guest}
- {$input.customer}
-





- {/if} -{/block} diff --git a/admin-dev/themes/default/template/categories/list_header.tpl b/admin-dev/themes/default/template/categories/list_header.tpl deleted file mode 100644 index c37044f5a..000000000 --- a/admin-dev/themes/default/template/categories/list_header.tpl +++ /dev/null @@ -1,53 +0,0 @@ -{* -* 2007-2011 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-2011 PrestaShop SA -* @version Release: $Revision$ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{extends file="helper/list/list_header.tpl"} - -{block name=leadin} -
- {if count($categories_tree) == 0} - {if $category_root->id_category == 0} -   {$category_root->name} - {else} -   {$categories_name} - {/if} - {else} - {if $category_root->id_category == 0} -   {$category_root->name} >  - {else} -   {$category_root->name} >  - {/if} - - {foreach $categories_tree key=key item=category} - {if $key == 0} - {$category.name} - {else} - {$category.name} >  - {/if} - {/foreach} - {/if} -
-{/block}