From 03d1697e196419dc21e1ef5893845616d2044211 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Tue, 10 Sep 2013 09:41:39 +0200 Subject: [PATCH] // treeview helper --- .../themes/default/template/helpers/tree/tree.tpl | 5 ++++- .../default/template/helpers/tree/tree_header.tpl | 5 ++++- .../template/helpers/tree/tree_node_folder.tpl | 11 +++++++---- .../default/template/helpers/tree/tree_node_item.tpl | 8 +++++++- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/tree/tree.tpl b/admin-dev/themes/default/template/helpers/tree/tree.tpl index dab29780d..ff173c88f 100644 --- a/admin-dev/themes/default/template/helpers/tree/tree.tpl +++ b/admin-dev/themes/default/template/helpers/tree/tree.tpl @@ -22,9 +22,12 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} +
{if isset($header)}{$header}{/if} {if isset($nodes)} - + {/if}
\ No newline at end of file diff --git a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl index fd0e68fc4..5153dfd31 100644 --- a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl +++ b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl @@ -22,4 +22,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -
{l s=$title}{if isset($toolbar)}{$toolbar}{/if}
\ No newline at end of file +
+ {l s=$title} + {if isset($toolbar)}{$toolbar}{/if} +
\ No newline at end of file diff --git a/admin-dev/themes/default/template/helpers/tree/tree_node_folder.tpl b/admin-dev/themes/default/template/helpers/tree/tree_node_folder.tpl index 44aaac520..434d49e0a 100644 --- a/admin-dev/themes/default/template/helpers/tree/tree_node_folder.tpl +++ b/admin-dev/themes/default/template/helpers/tree/tree_node_folder.tpl @@ -22,10 +22,13 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -
  • -   - -