* adjust bug template code.

+ add function parseUBB to html.
This commit is contained in:
fujia
2010-07-29 03:30:25 +00:00
parent bc49e3fe40
commit 69564e9a9c
5 changed files with 165 additions and 5 deletions
+3
View File
@@ -26,6 +26,7 @@
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/alert.html.php';?>
<?php include '../../common/view/xheditor.html.php';?>
<style>
#project, #product {width:200px}
#module, #task {width:400px}
@@ -122,6 +123,8 @@ function loadProjectBuilds(projectID)
$('#buildBox').load(link);
}
var userList = "<?php echo join(',', array_keys($users));?>".split(',');
var saveTool = ",Separator,Save";
tools = simpleTools + saveTool;
$(function() {
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
setAssignedTo();