<?php
/* Smarty version 3.1.33, created on 2022-01-24 16:46:13
  from '/home/recursosspa/public_html/testlink/gui/templates/inc_tree_control.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_61eed7d523f1f0_65021945',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    'f0704e860b9b633a971fc91d127442e516604216' => 
    array (
      0 => '/home/recursosspa/public_html/testlink/gui/templates/inc_tree_control.tpl',
      1 => 1643038919,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61eed7d523f1f0_65021945 (Smarty_Internal_Template $_smarty_tpl) {
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('var'=>'labels','s'=>'expand_tree, collapse_tree'),$_smarty_tpl ) );?>


<div class="x-panel-body exec_additional_info" style="padding:3px; padding-left: 9px;border:1px solid #99BBE8;">

<input type="button"
       value="<?php echo $_smarty_tpl->tpl_vars['labels']->value['expand_tree'];?>
" 
       id="expand_tree" 
       name="expand_tree"
       onclick="tree.expandAll();"
       style="font-size: 90%;" />

<input type="button"
       value="<?php echo $_smarty_tpl->tpl_vars['labels']->value['collapse_tree'];?>
"
       id="collapse_tree"
       name="collapse_tree"
       onclick="tree.collapseAll();"
       style="font-size: 90%;" />

</div>
<?php }
}
