* change "reviewedBy" into "assignedTo"

This commit is contained in:
chencongzhi520
2010-06-22 05:59:04 +00:00
parent ab1179f7f5
commit dd72fdf031

View File

@@ -29,7 +29,7 @@
<caption><?php echo $lang->story->change;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->story->reviewedBy;?></th>
<td><?php echo html::select('assignedTo', $users, $story->reviewedBy, 'class="select-3"') . html::checkbox('needNotReview', $lang->story->needNotReview, '', "id='needNotReview'");?></td>
<td><?php echo html::select('assignedTo', $users, $story->assignedTo, 'class="select-3"') . html::checkbox('needNotReview', $lang->story->needNotReview, '', "id='needNotReview'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->story->title;?></th>