* Add title at execution name.

This commit is contained in:
holan20180123
2020-12-30 09:35:20 +08:00
parent 0435889680
commit 02cf406a9c
+1 -1
View File
@@ -54,7 +54,7 @@
<span class='project-type-label label label-info label-outline'>
<?php echo zget($lang->project->typeList, $execution->type);?>
</span>
<?php echo html::a($link, $execution->name);?>
<?php echo html::a($link, $execution->name, '', "title='$execution->name'");?>
</td>
<td class='c-name text-left'><?php echo html::a($this->createLink('project', 'browse', "id=$execution->project", '', '', $execution->project), $execution->projectName, '', "title='$execution->projectName'");?></td>
<td><?php echo $execution->begin;?></td>