* fix plan of bug edit.

This commit is contained in:
xia0ta0
2013-07-29 17:14:42 +08:00
parent 4a161ac051
commit 268530c645
5 changed files with 26 additions and 5 deletions
+7 -1
View File
@@ -20,6 +20,7 @@ js::set('page' , 'edit');
js::set('changeProductConfirmed' , false);
js::set('changeProjectConfirmed' , false);
js::set('confirmChangeProduct' , $lang->bug->confirmChangeProduct);
js::set('planID' , $bug->plan);
js::set('oldProjectID' , $bug->project);
js::set('oldStoryID' , $bug->story);
js::set('oldTaskID' , $bug->task);
@@ -82,7 +83,12 @@ js::set('mailto' , $lang->bug->chosen->mailto);
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $currentModuleID);?></span>
</td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->productplan;?></td>
<td>
<span id="planIdBox"><?php echo html::select('plan', $plans, $bug->plan, 'class=select-3');?></span>
</td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->type;?></td>
<td><?php echo html::select('type', $lang->bug->typeList, $bug->type, 'class=select-3');?>