* Finish task #8285.
This commit is contained in:
@@ -156,3 +156,9 @@ $lang->testtask->report->options->graph = new stdclass();
|
||||
$lang->testtask->report->options->type = 'pie';
|
||||
$lang->testtask->report->options->width = 500;
|
||||
$lang->testtask->report->options->height = 140;
|
||||
|
||||
$lang->testtask->featureBar['browse']['totalStatus'] = $lang->testtask->totalStatus;
|
||||
$lang->testtask->featureBar['browse']['wait'] = $lang->testtask->wait;
|
||||
$lang->testtask->featureBar['browse']['doing'] = $lang->testtask->testing;
|
||||
$lang->testtask->featureBar['browse']['blocked'] = $lang->testtask->blocked;
|
||||
$lang->testtask->featureBar['browse']['done'] = $lang->testtask->done;
|
||||
|
||||
@@ -156,3 +156,9 @@ $lang->testtask->report->options->graph = new stdclass();
|
||||
$lang->testtask->report->options->type = 'pie';
|
||||
$lang->testtask->report->options->width = 500;
|
||||
$lang->testtask->report->options->height = 140;
|
||||
|
||||
$lang->testtask->featureBar['browse']['totalStatus'] = $lang->testtask->totalStatus;
|
||||
$lang->testtask->featureBar['browse']['wait'] = $lang->testtask->wait;
|
||||
$lang->testtask->featureBar['browse']['doing'] = $lang->testtask->testing;
|
||||
$lang->testtask->featureBar['browse']['blocked'] = $lang->testtask->blocked;
|
||||
$lang->testtask->featureBar['browse']['done'] = $lang->testtask->done;
|
||||
|
||||
@@ -35,11 +35,9 @@ $status = $this->session->testTaskVersionStatus;
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,totalStatus"), "<span class='text'>{$lang->testtask->totalStatus}</span>", '', "id='totalStatusTab' class='btn btn-link'");?>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,wait"), "<span class='text'>{$lang->testtask->wait}</span>", '', "id='waitTab' class='btn btn-link'");?>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,doing"), "<span class='text'>{$lang->testtask->testing}</span>", '', "id='doingTab' class='btn btn-link'");?>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,blocked"), "<span class='text'>{$lang->testtask->blocked}</span>", '', "id='blockedTab' class='btn btn-link'");?>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,done"), "<span class='text'>{$lang->testtask->done}</span>", '', "id='doneTab' class='btn btn-link'");?>
|
||||
<?php foreach($lang->testtask->featureBar['browse'] as $key => $label):?>
|
||||
<?php echo html::a(inlink('browse', "productID=$productID&branch=$branch&type=$scope,$key"), "<span class='text'>$label</span>", '', "id='{$key}Tab' class='btn btn-link'");?>
|
||||
<?php endforeach;?>
|
||||
<?php $condition = "productID=$productID&branch=$branch&type=$scope,$status&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}&pageID=1"?>
|
||||
<div class='input-group w-300px input-group-sm'>
|
||||
<span class='input-group-addon'><?php echo $lang->testtask->beginAndEnd;?></span>
|
||||
|
||||
Reference in New Issue
Block a user