* code for task#870.

This commit is contained in:
chencongzhi520@gmail.com
2012-08-30 07:45:20 +00:00
parent bcc40a8f6a
commit fa594c132e
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ $lang->bug->lastEditedDateAB = '修改日期';
$lang->bug->index = '首页';
$lang->bug->create = '创建';
$lang->bug->confirmBug = '确认';
$lang->bug->edit = '编辑Bug';
$lang->bug->edit = '编辑';
$lang->bug->assignTo = '指派';
$lang->bug->browse = 'Bug列表';
$lang->bug->view = 'Bug详情';
@@ -77,7 +77,7 @@ $lang->bug->close = '关闭';
$lang->bug->activate = '激活Bug';
$lang->bug->reportChart = '报表统计';
$lang->bug->export = '导出';
$lang->bug->delete = '删除Bug';
$lang->bug->delete = '删除';
$lang->bug->saveTemplate = '保存模板';
$lang->bug->deleteTemplate = '删除模板';
$lang->bug->customFields = '自定义字段';
+2 -4
View File
@@ -234,6 +234,7 @@ class common extends control
if(!common::hasPriv($module, 'edit')) return false;
echo "<span class='link-button'>";
echo html::a('#comment', '&nbsp;', '', "class='icon-black-common-comment' title='$lang->comment' onclick='setComment()'");
echo html::a('#comment', $lang->comment);
echo "</span>";
}
@@ -300,10 +301,7 @@ class common extends control
{
echo "<span class='link-button'>";
echo html::a($link, '&nbsp;', $target, "class='$class' title='$title'", true);
if($method != 'edit' and $method != 'delete' and $method != 'copy')
{
echo html::a($link, $title, $target, "class='$extraClass'", true);
}
echo html::a($link, $title, $target, "class='$extraClass'", true);
echo "</span>";
}
else
+2
View File
@@ -0,0 +1,2 @@
caption {margin-bottom:10px}
caption a{padding:5px}
+1 -1
View File
@@ -20,7 +20,7 @@
if($build) echo '<span class="red">(Build:' . $build->name . ')</span>';
?>
</div>
<div class='f-right'><?php common::printLink('bug', 'create', "productID=$productID&extra=projectID=$project->id", '&nbsp;', '', "class='icon-green-big-bug-create' title='{$lang->bug->create}'");?></div>
<div class='f-right'><?php common::printIcon('bug', 'create', "productID=$productID&extra=projectID=$project->id");?></div>
</caption>
<thead>
<tr class='colhead'>
+2 -2
View File
@@ -16,11 +16,11 @@ $lang->story->batchCreate = "批量添加";
$lang->story->change = "变更";
$lang->story->changed = '需求变更';
$lang->story->review = '评审';
$lang->story->edit = "编辑需求";
$lang->story->edit = "编辑";
$lang->story->close = '关闭';
$lang->story->batchClose = '批量关闭';
$lang->story->activate = '激活';
$lang->story->delete = "删除需求";
$lang->story->delete = "删除";
$lang->story->view = "需求详情";
$lang->story->tasks = "相关任务";
$lang->story->taskCount = '任务数';
+2 -2
View File
@@ -53,8 +53,8 @@ $lang->testcase->create = "建用例";
$lang->testcase->batchCreate = "批量添加";
$lang->testcase->delete = "删除用例";
$lang->testcase->view = "用例详情";
$lang->testcase->edit = "编辑用例";
$lang->testcase->delete = "删除用例";
$lang->testcase->edit = "编辑";
$lang->testcase->delete = "删除";
$lang->testcase->browse = "用例列表";
$lang->testcase->import = "导入用例";
$lang->testcase->export = "导出";