* 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
+3 -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 language='Javascript'>
changeProductConfirmed = false;
changeProjectConfirmed = false;
@@ -129,8 +131,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(','
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->story;?></td>
<td><div id='storyIdBox' class='searchleft'><?php echo html::select('story', $stories, $bug->story, "class=select-3");?></div>
<!--<div id='storyListIdBox'><?php echo html::a('', $lang->go, "_blank", "class='search' id='searchStories' onclick=getList('story')");?></div>-->
<td><div id='storyIdBox'><?php echo html::select('story', $stories, $bug->story, "class=select-3");?></div>
</td>
</tr>
<tr>