<?php
/* Smarty version 3.1.33, created on 2021-11-04 17:25:05
  from '/opt/lampp/htdocs/testlink/gui/templates/inc_help.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_61840961b0a0a4_48860931',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    'bf00882f8f150afafccf3d6e3ad58456e9e594c5' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/inc_help.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61840961b0a0a4_48860931 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/opt/lampp/htdocs/testlink/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php','function'=>'smarty_modifier_regex_replace',),1=>array('file'=>'/opt/lampp/htdocs/testlink/vendor/smarty/smarty/libs/plugins/modifier.replace.php','function'=>'smarty_modifier_replace',),));
?>

<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('s'=>'help','var'=>'img_alt'),$_smarty_tpl ) );?>

<?php $_smarty_tpl->_assignInScope('img_style', (($tmp = @$_smarty_tpl->tpl_vars['inc_help_style']->value)===null||$tmp==='' ? "vertical-align: top;" : $tmp));
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('var'=>"help_text_raw",'s'=>$_smarty_tpl->tpl_vars['helptopic']->value),$_smarty_tpl ) );?>

<?php $_smarty_tpl->_assignInScope('help_text', (($tmp = @smarty_modifier_replace(smarty_modifier_replace(smarty_modifier_regex_replace($_smarty_tpl->tpl_vars['help_text_raw']->value,"/[\r\t\n]/"," "),"'","&#39;"),"\"","&quot;"))===null||$tmp==='' ? "Help: Localization/Text is missing." : $tmp));?>

<?php echo '<script'; ?>
 type="text/javascript">
<!--
	var help_localized_text = "<img style='float: right' " +
		"src='<?php echo @constant('TL_THEME_IMG_DIR');?>
/x-icon.gif' " +
		"onclick='javascript: close_help();' /> <?php echo strtr($_smarty_tpl->tpl_vars['help_text']->value, array("\\" => "\\\\", "'" => "\\'", "\"" => "\\\"", "\r" => "\\r", "\n" => "\\n", "</" => "<\/" ));?>
";
//-->
<?php echo '</script'; ?>
>  
<?php if ($_smarty_tpl->tpl_vars['show_help_icon']->value !== false) {?>
<img alt="<?php echo $_smarty_tpl->tpl_vars['img_alt']->value;?>
" style="<?php echo $_smarty_tpl->tpl_vars['img_style']->value;?>
" 
	src="<?php echo @constant('TL_THEME_IMG_DIR');?>
/sym_question.gif" 
	onclick='javascript: show_help(help_localized_text);'
/>
<?php }
}
}
