* Code for task#848.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-19 06:43:01 +00:00
parent f016c4b328
commit 4b2cf497a3
19 changed files with 44 additions and 14 deletions
+2
View File
@@ -11,9 +11,11 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/alert.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var noResultsMatch = '<?php echo $lang->noResultsMatch;?>'</script>
<script>var holders = '<?php echo json_encode($lang->bug->placeholder);?>'</script>
<script language='Javascript'>
userList = "<?php echo join(',', array_keys($users));?>".split(',');