* Code for task#848.
This commit is contained in:
@@ -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(',');
|
||||
|
||||
Reference in New Issue
Block a user