* Code for task#848.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-19 01:37:22 +00:00
parent 09a4525fc5
commit f016c4b328
6 changed files with 384 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script> var holders = '<?php echo json_encode($lang->task->placeholder);?>'</script>
<script language='javascript'> var userList = "<?php echo join(',', array_keys($users));?>".split(',');</script>