@@ -271,7 +271,7 @@ $lang->bug->resolutionList['tostory'] = 'Convert to Story';
|
||||
/* 统计报表。*/
|
||||
$lang->bug->report = new stdclass();
|
||||
$lang->bug->report->common = 'Report';
|
||||
$lang->bug->report->select = 'Type ';
|
||||
$lang->bug->report->select = 'Select Report Type';
|
||||
$lang->bug->report->create = 'Create Report';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->projectCommon . ' Bugs';
|
||||
@@ -283,13 +283,13 @@ $lang->bug->report->charts['closedBugsPerDay'] = 'Closed Bugs Per Day';
|
||||
$lang->bug->report->charts['openedBugsPerUser'] = 'Reported Bugs Per User';
|
||||
$lang->bug->report->charts['resolvedBugsPerUser'] = 'Resolved Bugs Per User';
|
||||
$lang->bug->report->charts['closedBugsPerUser'] = 'Closed Bugs Per User';
|
||||
$lang->bug->report->charts['bugsPerSeverity'] = 'Bug Severity Report';
|
||||
$lang->bug->report->charts['bugsPerResolution'] = 'Bug Resolution Report';
|
||||
$lang->bug->report->charts['bugsPerStatus'] = 'Bug Status Report';
|
||||
$lang->bug->report->charts['bugsPerActivatedCount'] = 'Bug Activation Times Report';
|
||||
$lang->bug->report->charts['bugsPerPri'] = 'Bug Priority Report';
|
||||
$lang->bug->report->charts['bugsPerType'] = 'Bug Type Report';
|
||||
$lang->bug->report->charts['bugsPerAssignedTo'] = 'Bug Assignment Report';
|
||||
$lang->bug->report->charts['bugsPerSeverity'] = 'Bug Severity';
|
||||
$lang->bug->report->charts['bugsPerResolution'] = 'Bug Resolution';
|
||||
$lang->bug->report->charts['bugsPerStatus'] = 'Bug Status';
|
||||
$lang->bug->report->charts['bugsPerActivatedCount'] = 'Bug Activation Times';
|
||||
$lang->bug->report->charts['bugsPerPri'] = 'Bug Priority';
|
||||
$lang->bug->report->charts['bugsPerType'] = 'Bug Type';
|
||||
$lang->bug->report->charts['bugsPerAssignedTo'] = 'Bug Assignment';
|
||||
//$lang->bug->report->charts['bugLiveDays'] = 'Bug Handling Time Report';
|
||||
//$lang->bug->report->charts['bugHistories'] = 'Bug Handling Steps Report';
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
<?php foreach($lang->report->typeList as $type => $typeName):?>
|
||||
<?php echo html::a("javascript:changeChartType(\"$type\")", ($type == 'default' ? "<i class='icon icon-list-alt muted'></i> " : "<i class='icon icon-chart-{$type} muted'></i>") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
|
||||
<?php endforeach;?>
|
||||
<div class='pull-right with-padding text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
</div>
|
||||
<div class='text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
<?php foreach($charts as $chartType => $chartOption):?>
|
||||
<div class='table-row chart-row'>
|
||||
<div class='main-col'>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->plan;?></th>
|
||||
<th><?php echo $lang->story->planAB;?></th>
|
||||
<td colspan="2">
|
||||
<div class='input-group' id='planIdBox'>
|
||||
<?php
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
<?php foreach($lang->report->typeList as $type => $typeName):?>
|
||||
<?php echo html::a("javascript:changeChartType(\"$type\")", "<i class='icon icon-chart-{$type} muted'> </i>" . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
|
||||
<?php endforeach;?>
|
||||
<div class='pull-right with-padding text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
</div>
|
||||
<div class='text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
<?php foreach($charts as $chartType => $chartOption):?>
|
||||
<div class='table-row chart-row'>
|
||||
<div class='main-col'>
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
<?php foreach($lang->report->typeList as $type => $typeName):?>
|
||||
<?php echo html::a("javascript:changeChartType(\"$type\")", ($type == 'default' ? "<i class='icon icon-list-alt muted'></i> " : "<i class='icon icon-chart-{$type} muted'></i> ") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
|
||||
<?php endforeach;?>
|
||||
<div class='pull-right with-padding text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
</div>
|
||||
<div class='text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
<?php foreach($charts as $chartType => $chartOption):?>
|
||||
<div class='table-row chart-row'>
|
||||
<div class='main-col'>
|
||||
|
||||
@@ -143,13 +143,13 @@ $lang->testtask->unexecuted = 'Pending';
|
||||
/* 统计报表。*/
|
||||
$lang->testtask->report = new stdclass();
|
||||
$lang->testtask->report->common = 'Report';
|
||||
$lang->testtask->report->select = 'Type';
|
||||
$lang->testtask->report->create = 'Generate';
|
||||
$lang->testtask->report->select = 'Select Report Type';
|
||||
$lang->testtask->report->create = 'Create Report';
|
||||
|
||||
$lang->testtask->report->charts['testTaskPerRunResult'] = 'Test Result Report';
|
||||
$lang->testtask->report->charts['testTaskPerType'] = 'Type Report';
|
||||
$lang->testtask->report->charts['testTaskPerModule'] = 'Module Report';
|
||||
$lang->testtask->report->charts['testTaskPerRunner'] = 'RunBy Report';
|
||||
$lang->testtask->report->charts['testTaskPerRunResult'] = 'Test Case Result';
|
||||
$lang->testtask->report->charts['testTaskPerType'] = 'Test Case Type';
|
||||
$lang->testtask->report->charts['testTaskPerModule'] = 'Test Case Module';
|
||||
$lang->testtask->report->charts['testTaskPerRunner'] = 'Test Case RunBy';
|
||||
$lang->testtask->report->charts['bugSeverityGroups'] = 'Bug Severity Distribution';
|
||||
$lang->testtask->report->charts['bugStatusGroups'] = 'Bug Status Distribution';
|
||||
$lang->testtask->report->charts['bugOpenedByGroups'] = 'Bug ReportedBy Distribution';
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
<?php foreach($lang->report->typeList as $type => $typeName):?>
|
||||
<?php echo html::a("javascript:changeChartType(\"$type\")", ($type == 'default' ? "<i class='icon icon-list-alt muted'></i> " : "<i class='icon icon-chart-{$type}'></i>") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
|
||||
<?php endforeach;?>
|
||||
<div class='pull-right with-padding text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
</div>
|
||||
<div class='text-muted'><?php echo $lang->report->notice->help;?></div>
|
||||
<?php foreach($charts as $chartType => $chartOption):?>
|
||||
<div class='table-row chart-row'>
|
||||
<div class='main-col'>
|
||||
|
||||
Reference in New Issue
Block a user