* @package case * @version $Id: create.html.php 4904 2013-06-26 05:37:45Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> testcase->deleteStep);?> testcase->insertBefore);?> testcase->insertAfter);?>
icons['testcase']);?> icons['create']);?> testcase->create;?>
testcase->lblProductAndModule;?>
"; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case"), $lang->tree->manage, '_blank'); echo '  '; echo html::a("javascript:loadProductModules($productID)", $lang->refresh); echo ''; } ?>
testcase->type;?> testcase->typeList, $type, "class='form-control'");?>
testcase->stage;?> testcase->stageList, $stage, "class='form-control chosen' multiple='multiple'");?>
testcase->pri;?> testcase->priList, $pri, "class='form-control'");?>
testcase->lblStory;?>
createLink('story', 'view', "storyID=$storyID", '', true), $lang->preview, '', "class='btn iframe' id='preview'");?>
testcase->title;?>
testcase->precondition;?>
testcase->steps;?> $step) { $stepID += 1; echo ""; echo ""; echo ''; echo ''; echo ""; echo ''; } ?>
testcase->stepID;?> testcase->stepDesc;?> testcase->stepExpect;?> actions;?>
$stepID' . html::textarea('steps[]', $step->desc, "rows='3' class='form-control'") . '' . html::textarea('expects[]', $step->expect, "rows='3' class='form-control'") . '
"; echo ""; echo ""; echo ""; echo "
testcase->keywords;?>
testcase->files;?> fetch('file', 'buildform');?>