* moved datatable to common.

This commit is contained in:
Catouse
2014-10-28 10:56:17 +08:00
parent 9c3497e1d9
commit 0ee2b63cec
6 changed files with 19 additions and 12 deletions

View File

@@ -6,11 +6,3 @@ $(function()
$('#module' + moduleID).addClass('active');
$('#product' + productID).addClass('active');
$('table.datatable').datatable({
customizable: false,
checkable: false,
sortable: false,
fixedLeftWidth: '450px',
fixedRightWidth: '150px'
});

View File

@@ -13,6 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/treeview.html.php';?>
<?php include '../../common/view/datatable.html.php';?>
<?php include './taskheader.html.php';?>
<?php js::set('moduleID', $moduleID);?>
<?php js::set('productID', $productID);?>

6
www/js/datatable/min.css Normal file

File diff suppressed because one or more lines are too long

8
www/js/datatable/min.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long