<?php
/* Smarty version 3.1.33, created on 2021-11-04 17:25:05
  from '/opt/lampp/htdocs/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_61840961b26f62_63887303',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    'c9ed355b27d34b182d589259d41a314e753101de' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/inc_tree_control.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61840961b26f62_63887303 (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 }
}
