* @package bug * @version $Id: view.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
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'));?> createLink('action', 'comment', "objectType=bug&objectID=$bug->id");?>
id"; $copyParams = "productID=$productID&branch=$bug->branch&extras=bugID=$bug->id"; $convertParams = "productID=$productID&branch=$bug->branch&moduleID=0&from=bug&bugID=$bug->id"; ?>
id"; echo "
"; common::printIcon('bug', 'confirmBug', $params, $bug, 'button', 'confirm', '', 'iframe', true, "data-width='90%'"); common::printIcon('bug', 'assignTo', $params, $bug, 'button', '', '', 'iframe', true, "data-width='90%'"); common::printIcon('bug', 'resolve', $params, $bug, 'button', 'checked', '', 'iframe showinonlybody', true, "data-width='90%'"); common::printIcon('bug', 'activate', $params, $bug, 'button', '', '', 'text-success iframe showinonlybody', true, "data-width='90%'"); common::printIcon('bug', 'edit', $params, $bug, 'button', '', '', 'iframe showinonlybody', true, "data-width='90%'"); common::printIcon('bug', 'close', $params, $bug, 'button', '', '', 'text-danger iframe showinonlybody', true, "data-width='90%'"); echo "
"; ?>