// Tree bugs

This commit is contained in:
Jerome Nadaud
2013-09-12 15:22:47 +02:00
parent bc221b993b
commit c105486fa3
5 changed files with 4 additions and 9 deletions
+2 -2
View File
@@ -27,8 +27,8 @@
class HelperTreeShopsCore extends TreeCore
{
const DEFAULT_TEMPLATE = 'tree_shops.tpl';
const DEFAULT_NODE_FOLDER_TEMPLATE = 'tree_node_folder_checkbox.tpl';
const DEFAULT_NODE_ITEM_TEMPLATE = 'tree_node_item_checkbox.tpl';
const DEFAULT_NODE_FOLDER_TEMPLATE = 'tree_node_folder_checkbox_shops.tpl';
const DEFAULT_NODE_ITEM_TEMPLATE = 'tree_node_item_checkbox_shops.tpl';
private $_lang;
private $_selected_shops;