* 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 -3
View File
@@ -12,8 +12,10 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script> var noResultsMatch = '<?php echo $lang->noResultsMatch;?>'</script>
<script language='Javascript'>var userList = "<?php echo join(',', array_keys($users));?>".split(',');</script>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<div id='titlebar'>
@@ -54,9 +56,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->story;?></th>
<td><div class='searchleft'><?php echo html::select('story', $stories, $task->story, 'class=select-1');?></div>
<?php echo html::a($this->createLink('search', 'select', "productID=0&projectID=$project->id&module=story&storyID=$task->story"), $lang->go, "_blank", "class='search' id='searchStories'");?>
</td>
<td><?php echo html::select('story', $stories, $task->story, 'class=select-1');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>