* fix modal header style and add title attribute.

This commit is contained in:
Catouse
2018-07-05 13:39:33 +08:00
parent 45b8b2c60a
commit fb093f7f95
20 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<?php endif;?>
<div class="page-title">
<span class="label label-id"><?php echo $task->id?></span>
<span class="text" style='color: <?php echo $task->color; ?>'>
<span class="text" title='<?php echo $task->name;?>' style='color: <?php echo $task->color; ?>'>
<?php if(!empty($task->parent)) echo '<span class="label label-badge label-primary no-margin">' . $this->lang->task->childrenAB . '</span>';?>
<?php if(!empty($task->team)) echo '<span class="label label-badge label-primary no-margin">' . $this->lang->task->multipleAB . '</span>';?>
<?php echo isset($task->parentName) ? $task->parentName . '/' : '';?><?php echo $task->name;?>