* adjust for report page.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'");
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user