* fix modal header style and add title attribute.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class='divider'></div>
|
||||
<div class='page-title'>
|
||||
<span class='label label-id'><?php echo $report->id;?></span>
|
||||
<span class='text'><?php echo $report->title;?></span>
|
||||
<span class='text' title='<?php echo $report->title;?>'><?php echo $report->title;?></span>
|
||||
<?php if($report->deleted):?>
|
||||
<span class='label label-danger'><?php echo $lang->testreport->deleted;?></span>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user