* 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);?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
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