* adjust for report page.

This commit is contained in:
wangyidong
2018-04-19 14:30:45 +08:00
parent a2dd40fd1f
commit 5d69dce5af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
include 'header.lite.html.php';
//include 'chosen.html.php';
include 'chosen.html.php';
//include 'validation.html.php';
?>
<?php
+1 -1
View File
@@ -10,7 +10,7 @@
{
$list .= '|';
list($label, $module, $method, $params) = explode('|', $list);
$class = $label == $title ? ' selected' : '';
$class = $label == $title ? 'selected' : '';
if(common::hasPriv($module, $method)) echo html::a($this->createLink($module, $method, $params), '<i class="icon icon-file-text"></i> ' . $label, '', "class='$class'");
}
?>