diff --git a/module/project/view/build.html.php b/module/project/view/build.html.php index 266a9b7ccf..65dbce5726 100644 --- a/module/project/view/build.html.php +++ b/module/project/view/build.html.php @@ -26,7 +26,7 @@ build->filePath;?> build->date;?> build->builder;?> - actions;?> + actions;?> @@ -39,12 +39,12 @@ filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> date?> builder]?> - + id&build=$build->id", $lang->testtask->create); common::printLink('project', 'bug', "project=$project->id&orderBy=status&build=$build->id", $lang->project->viewBug); - common::printLink('build', 'edit', "buildID=$build->id", $lang->edit); - common::printLink('build', 'delete', "buildID=$build->id", $lang->delete, 'hiddenwin'); + common::printLink('build', 'edit', "buildID=$build->id", ' ', '', "class='icon-green-small-edit' title='{$lang->edit}'", false); + common::printLink('build', 'delete', "buildID=$build->id", ' ', 'hiddenwin', "class='icon-green-small-delete' title='{$lang->delete}'", false); ?>