* if type of project is sprint, remove module.

This commit is contained in:
zhujinyong
2013-02-22 01:45:01 +00:00
parent 460ad95f4f
commit ba7d0cd9fc

View File

@@ -32,10 +32,12 @@
<th class='rowhead'><?php echo $lang->task->project;?></th>
<td><?php echo $project->name;?></td>
</tr>
<?php if($project->type != 'sprint'):?>
<tr>
<th class='rowhead'><?php echo $lang->task->module;?></th>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "class='select-3'");?></span></td>
</tr>
<?php endif;?>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>
<td><?php echo html::select('assignedTo[]', $members, '', 'class=select-3');?></td>