* Fix bug.

This commit is contained in:
leiyong
2021-01-26 17:27:50 +08:00
parent 3283132e75
commit a4abc56c1a
11 changed files with 30 additions and 6 deletions
+2
View File
@@ -15,9 +15,11 @@
<?php include '../../common/view/chart.html.php';?>
<div id='mainMenu' class='clearfix'>
<div class='btn-toolbar pull-left'>
<?php if(!isonlybody()):?>
<?php $browseLink = $this->session->reportList != false ? $app->session->reportList : $browseLink;?>
<?php echo html::a($browseLink, "<i class='icon icon-back icon-sm'></i>" . $lang->goback, '', "class='btn btn-primary'");?>
<div class='divider'></div>
<?php endif;?>
<div class='page-title'>
<span class='label label-id'><?php echo $report->id;?></span>
<span class='text' title='<?php echo $report->title;?>'><?php echo $report->title;?></span>