<?php
/* Smarty version 3.1.33, created on 2022-01-24 19:59:59
  from '/home/recursosspa/public_html/testlink/gui/templates/testcases/attributesLinear.inc.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_61ef053fa49482_08393585',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '32a4950f38c65c622cadaeff264d6b53d10c1dde' => 
    array (
      0 => '/home/recursosspa/public_html/testlink/gui/templates/testcases/attributesLinear.inc.tpl',
      1 => 1643038974,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61ef053fa49482_08393585 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/home/recursosspa/public_html/testlink/vendor/smarty/smarty/libs/plugins/function.html_options.php','function'=>'smarty_function_html_options',),));
?>

<div>
<span class="labelHolder"><?php echo $_smarty_tpl->tpl_vars['labels']->value['status'];?>
</span>
<span>
<select name="tc_status" id="tc_status" 
    onchange="content_modified = true">
<?php echo smarty_function_html_options(array('options'=>$_smarty_tpl->tpl_vars['gui']->value->domainTCStatus,'selected'=>$_smarty_tpl->tpl_vars['gui']->value->tc['status']),$_smarty_tpl);?>

</select>
</span>

<?php if ($_smarty_tpl->tpl_vars['session']->value['testprojectOptions']->testPriorityEnabled) {?>
  <span class="labelHolder" style="margin-left:20px;"><?php echo $_smarty_tpl->tpl_vars['labels']->value['importance'];?>
</span>
  <span>
  <select name="importance" onchange="content_modified = true">
    <?php echo smarty_function_html_options(array('options'=>$_smarty_tpl->tpl_vars['gsmarty_option_importance']->value,'selected'=>$_smarty_tpl->tpl_vars['gui']->value->tc['importance']),$_smarty_tpl);?>

  </select>
  </span>
<?php }?>


<?php if ($_smarty_tpl->tpl_vars['session']->value['testprojectOptions']->automationEnabled) {?>
  <span class="labelHolder" style="margin-left:20px;"><?php echo $_smarty_tpl->tpl_vars['labels']->value['execution_type'];?>
</span>
  <span>
  <select name="exec_type" onchange="content_modified = true">
      <?php echo smarty_function_html_options(array('options'=>$_smarty_tpl->tpl_vars['gui']->value->execution_types,'selected'=>$_smarty_tpl->tpl_vars['gui']->value->tc['execution_type']),$_smarty_tpl);?>

  </select>
  </span>
<?php }?>

<span class="labelHolder" style="margin-left:20px;"><?php echo $_smarty_tpl->tpl_vars['labels']->value['estimated_execution_duration'];?>
</span>
<span>
<input type="text" name="estimated_execution_duration" id="estimated_execution_duration"
     size="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'EXEC_DURATION_SIZE');?>
" maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'EXEC_DURATION_MAXLEN');?>
"
     title="<?php echo $_smarty_tpl->tpl_vars['labels']->value['estimated_execution_duration'];?>
" 
     value="<?php echo $_smarty_tpl->tpl_vars['gui']->value->tc['estimated_exec_duration'];?>
" <?php echo $_smarty_tpl->tpl_vars['tlCfg']->value->testcase_cfg->estimated_execution_duration->required;?>
>
</span>
</div>
<?php }
}
