* Adjust the icon.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-01 01:25:16 +00:00
parent d8b1f914db
commit 739d59d0f4
+4 -4
View File
@@ -26,7 +26,7 @@
<th><?php echo $lang->build->filePath;?></th>
<th class='w-date'><?php echo $lang->build->date;?></th>
<th class='w-user'><?php echo $lang->build->builder;?></th>
<th class='w-200px'><?php echo $lang->actions;?></th>
<th class='w-150px'><?php echo $lang->actions;?></th>
</tr>
</thead>
<tbody>
@@ -39,12 +39,12 @@
<td class='a-left nobr'><?php strpos($build->filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?></td>
<td><?php echo $build->date?></td>
<td><?php echo $users[$build->builder]?></td>
<td>
<td class='a-right'>
<?php
common::printLink('testtask', 'create', "product=0&project=$project->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", '&nbsp;', '', "class='icon-green-small-edit' title='{$lang->edit}'", false);
common::printLink('build', 'delete', "buildID=$build->id", '&nbsp;', 'hiddenwin', "class='icon-green-small-delete' title='{$lang->delete}'", false);
?>
</td>
</tr>