// Fix missing localizations page header toolbar

This commit is contained in:
Jerome Nadaud
2013-09-12 18:54:28 +02:00
parent 06a178b8fe
commit 3cf4dc76b5
2 changed files with 4 additions and 1 deletions
@@ -22,7 +22,9 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if isset($show_page_header_toolbar) && $show_page_header_toolbar}
{include file="page_header_toolbar.tpl" toolbar_btn=$page_header_toolbar_btn title=$page_header_toolbar_title}
{/if}
{$localization_form}
@@ -298,6 +298,7 @@ class AdminLocalizationControllerCore extends AdminController
// toolbar (save, cancel, new, ..)
$this->initToolbar();
$this->initPageHeaderToolbar();
$this->context->smarty->assign(array(
'localization_form' => $this->renderForm(),