<th><?php 
echo $this->_tpl_vars['labels']['th_loglevel'];
?>
</th>
		<td><?php 
echo is_array($_tmp = $this->_tpl_vars['event']->getLogLevel()) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
?>
</td>
	</tr>
	<tr>
		<th><?php 
echo $this->_tpl_vars['labels']['th_timestamp'];
?>
</th>
		<td><?php 
echo localize_timestamp_smarty(array('ts' => $this->_tpl_vars['event']->timestamp), $this);
?>
</td>
	</tr>
	<tr>
		<th><?php 
echo $this->_tpl_vars['labels']['th_source'];
?>
</th>
		<td><?php 
echo is_array($_tmp = $this->_tpl_vars['event']->source) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
?>
</td>
	</tr>
	<tr>
		<th><?php 
&nbsp;<?php 
    echo is_array($_tmp = $this->_tpl_vars['gui']->req_spec['author']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
    ?>

	  	</td>
	 </tr>
  <?php 
    if ($this->_tpl_vars['gui']->req_spec['modifier'] != "") {
        ?>
    <tr class="time_stamp_creation">
    	<td colspan="2">
    		<?php 
        echo $this->_tpl_vars['labels']['title_last_mod'];
        ?>
&nbsp;<?php 
        echo localize_timestamp_smarty(array('ts' => $this->_tpl_vars['gui']->req_spec['modification_ts']), $this);
        ?>

		  	&nbsp;<?php 
        echo $this->_tpl_vars['labels']['by'];
        ?>
&nbsp;<?php 
        echo is_array($_tmp = $this->_tpl_vars['gui']->req_spec['modifier']) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
        ?>

    	</td>
    </tr>
  <?php 
    }
    ?>
</table>
  		</td>
  </tr>

 <?php 
if ($this->_tpl_vars['args_testcase']['updater_last_name'] != "" || $this->_tpl_vars['args_testcase']['updater_first_name'] != "") {
    ?>
	<tr class="time_stamp_creation">
  		<td colspan="<?php 
    echo $this->_tpl_vars['tableColspan'];
    ?>
">
    		<?php 
    echo $this->_tpl_vars['tcView_viewer_labels']['title_last_mod'];
    ?>
&nbsp;<?php 
    echo localize_timestamp_smarty(array('ts' => $this->_tpl_vars['args_testcase']['modification_ts']), $this);
    ?>

		  	&nbsp;<?php 
    echo $this->_tpl_vars['tcView_viewer_labels']['by'];
    ?>
&nbsp;<?php 
    echo is_array($_tmp = $this->_tpl_vars['updater_userinfo']->getDisplayName()) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
    ?>

    	</td>
  </tr>
 <?php 
}
?>
 
  		            <img src="<?php 
                            echo @TL_THEME_IMG_DIR;
                            ?>
/note_edit_greyed.png" 
  		                 style="vertical-align:middle" title="<?php 
                            echo $this->_tpl_vars['labels']['closed_build'];
                            ?>
">
  		         <?php 
                        }
                        ?>
 			  <?php 
                    }
                    ?>
  			  <?php 
                    echo localize_timestamp_smarty(array('ts' => $this->_tpl_vars['tc_old_exec']['execution_ts']), $this);
                    ?>

  			  </td>
				  <?php 
                    if ($this->_tpl_vars['gui']->history_on == 0 || $this->_tpl_vars['cfg']->exec_cfg->show_history_all_builds) {
                        ?>
  				<td><?php 
                        if (!$this->_tpl_vars['tc_old_exec']['build_is_open']) {
                            ?>
  				    <img src="<?php 
                            echo @TL_THEME_IMG_DIR;
                            ?>
/lock.png" title="<?php 
                            echo $this->_tpl_vars['labels']['closed_build'];
                            ?>