* @package bug * @version $Id$ * @link http://www.zentao.net */ $bodyClass = 'with-nav-bottom'; ?>
id;?> title;?>
bug->legendSteps;?>
bug->tplStep)); $steps = str_replace('

' . $tplStep, '

' . $tplStep . '

', $bug->steps); $tplResult = strip_tags(trim($lang->bug->tplResult)); $steps = str_replace('

' . $tplResult, '

' . $tplResult . '

', $steps); $tplExpect = strip_tags(trim($lang->bug->tplExpect)); $steps = str_replace('

' . $tplExpect, '

' . $tplExpect . '

', $steps); $steps = str_replace('

', '', $steps); echo $steps; ?>
fetch('file', 'printFiles', array('files' => $bug->files, 'fieldset' => 'true'));?>