* moved datatable to common.
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
@@ -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
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
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
Reference in New Issue
Block a user