* 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

@@ -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);?>