<?php
/* Smarty version 3.1.33, created on 2021-11-04 17:22:55
  from '/opt/lampp/htdocs/testlink/gui/templates/inc_feedback.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_618408df34fad0_56634014',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '06779283773e56ea8b3aaef3ddc66547b72b2176' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/inc_feedback.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_618408df34fad0_56634014 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['user_feedback']->value['message'] != '') {?>
    <?php if ($_smarty_tpl->tpl_vars['user_feedback']->value['type'] === 'ERROR') {?>
		  <?php $_smarty_tpl->_assignInScope('divClass', "error");?>
  	<?php } else { ?>
		  <?php $_smarty_tpl->_assignInScope('divClass', "user_feedback");?>
    <?php }?>
    <div class="<?php echo $_smarty_tpl->tpl_vars['divClass']->value;?>
">
		<p><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['user_feedback']->value['message'], ENT_QUOTES, 'UTF-8', true);?>
</p>
	</div>
<?php }?>  <?php }
}
