* fixed bug #215. Removed include-file table2csv.
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/treeview.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<?php include '../../common/view/table2csv.html.php';?>
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<link rel="stylesheet" href="<?php echo $defaultTheme;?>alert.css" />
|
||||
<script src="<?php echo $jsRoot;?>jquery/alert/raw.js" type="text/javascript"></script>
|
||||
<script src="<?php echo $jsRoot;?>jquery/table2csv/raw.js" type="text/javascript"></script>
|
||||
<script language='Javascript'>
|
||||
var browseType = '<?php echo $browseType;?>';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user