* 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
@@ -15,7 +15,7 @@
<div class='btn-toolbar pull-left'>
<div class="page-title">
<span class="label label-id"><?php echo $case->id;?></span>
<?php echo html::a($this->createLink('case', 'view', 'caseID=' . $case->id), $case->title, '_blank', 'class="text"');?> <span class='text-muted'><i class="icon-angle-right"></i> <span><?php echo $lang->testcase->linkCases;?></span></span>
<?php echo html::a($this->createLink('case', 'view', 'caseID=' . $case->id), $case->title, '_blank', "class='text' title='{$case->title}'");?> <span class='text-muted'><i class="icon-angle-right"></i> <span><?php echo $lang->testcase->linkCases;?></span></span>
</div>
</div>
</div>