* adjust code for the task #707.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-22 06:15:07 +00:00
parent 53e4c8dc1e
commit 3b8b357fce
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ $(document).ready(function()
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->teamname;?></th>
<td><?php echo html::input('team', $teamname, "class='text-3'");?></td>
<td><?php echo html::input('team', $team, "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->manageProducts;?></th>