From e1ff774fcd9832e643a502be2528d11cd022ecaa Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 9 Oct 2013 16:42:13 +0200 Subject: [PATCH] // Restoring toolbar.tpl file for retrocompatibility --- admin-dev/themes/default/template/toolbar.tpl | 185 ++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 admin-dev/themes/default/template/toolbar.tpl diff --git a/admin-dev/themes/default/template/toolbar.tpl b/admin-dev/themes/default/template/toolbar.tpl new file mode 100644 index 000000000..b59459ebc --- /dev/null +++ b/admin-dev/themes/default/template/toolbar.tpl @@ -0,0 +1,185 @@ +{* +* 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 +*} + +
+
+ {block name=toolbarBox} +
    + {foreach from=$toolbar_btn item=btn key=k} +
  • + + +
    {$btn.desc}
    +
    + {if $k == 'modules-list'} + + {/if} +
  • + {/foreach} +
+ + + {/block} +
+

{block name=pageTitle} + + {if $title} + {foreach $title as $key => $item name=title} + {* Use strip_tags because if the string already has been through htmlentities using escape will break it *} + {$item|strip_tags} + {if !$smarty.foreach.title.last} + > + {/if} + + {/foreach} + {else} +   + {/if} + + {/block} +

+
+
+