* Finish task #4978,#4979,#4985,#4992,#4998,#5003,#5004,#5005,#5006,

This commit is contained in:
yfl
2018-10-11 10:48:18 +08:00
parent 9263cafb61
commit 2dfb4aeeda
7 changed files with 15 additions and 13 deletions
+4
View File
@@ -2471,6 +2471,10 @@ class bugModel extends model
$class .= ' text-left';
$title = "title='{$bug->title}'";
}
if($id == 'type')
{
$title = "title='" . zget($this->lang->bug->typeList, $bug->type) . "'";
}
if($id == 'assignedTo')
{
$class .= ' has-btn text-left';