id;?> createLink('testcase', 'view', "caseID=$case->id"), $case->title, '', 'class="case-title"');?>

testcase->title;?>
title, 'class="form-control" placeholder="' . $lang->case->title . '"');?>
testcase->precondition;?>
precondition, "rows='2' class='form-control'");?>
testcase->steps;?>
steps as $stepID => $step):?>
testcase->stepID;?> testcase->stepDesc;?> testcase->stepExpect;?> actions;?>
desc, "rows='1' class='form-control autosize step-steps'") ?> type)) $step->type = 'step';?>
type === 'group') echo ' checked' ?> />
expect, "rows='1' class='form-control autosize step-expects'") ?>
printExtendFields($case, 'div', 'position=left');?>
testcase->legendComment;?>
files;?>
fetch('file', 'buildform');?>
lastEditedDate);?>
testcase->legendBasicInfo;?>
type != 'unit') unset($lang->testcase->typeList['unit']);?> status == 'wait'):?>
testcase->lib;?>
testcase->module;?>
"; echo html::a($this->createLink('tree', 'browse', "rootID=$libID&view=caselib¤tModuleID=0&branch=$case->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadLibModules($libID)'"); echo ''; } ?>
testcase->product;?>
session->currentProductType != 'normal') echo html::select('branch', $branches, $case->branch, "onchange='loadBranch();' class='form-control' style='width:65px'");?>
testcase->module;?>
"; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case¤tModuleID=0&branch=$case->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } ?>
testcase->story;?>
story, 'class="form-control chosen"');?>
testcase->type;?> testcase->typeList, $case->type, "class='form-control chosen'");?>
testcase->stage;?> testcase->stageList, $case->stage, "class='form-control chosen' multiple='multiple'");?>
testcase->pri;?> testcase->priList, $case->pri, "class='form-control chosen'");?>
testcase->status;?> testcase->statusList[$case->status];?> testcase->statusList, $case->status, "class='form-control chosen'");?>
testcase->keywords;?> keywords, "class='form-control'");?>
testcase->linkCase;?> createLink('testcase', 'linkCases', "caseID=$case->id", '', true), $lang->testcase->linkCases, '', "data-type='iframe' data-toggle='modal' data-width='95%'");?>
    linkCaseTitles)) { foreach($case->linkCaseTitles as $linkCaseID => $linkCaseTitle) { echo "
  • "; echo ""; echo ""; echo '
  • '; } } ?>
printExtendFields($case, 'div', 'position=right');?>
testcase->legendOpenAndEdit;?>
testcase->openedBy;?> openedBy) . $lang->at . $case->openedDate;?>
testcase->lblLastEdited;?> lastEditedBy) echo zget($users, $case->lastEditedBy) . $lang->at . $case->lastEditedDate;?>