* change QM to QD, RM to RD.

This commit is contained in:
wangchunsheng
2012-12-17 07:15:34 +00:00
parent 6bba4db67f
commit 658e7af227
6 changed files with 32 additions and 17 deletions

View File

@@ -53,12 +53,12 @@
<td><?php echo html::select('PM', $users, $project->PM, 'class=text-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->QM;?></th>
<td><?php echo html::select('QM', $users, $project->QM, 'class=text-3');?></td>
<th class='rowhead'><?php echo $lang->project->QD;?></th>
<td><?php echo html::select('QD', $users, $project->QD, 'class=text-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->RM;?></th>
<td><?php echo html::select('RM', $users, $project->RM, 'class=text-3');?></td>
<th class='rowhead'><?php echo $lang->project->RD;?></th>
<td><?php echo html::select('RD', $users, $project->RD, 'class=text-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->manageProducts;?></th>