* when copy project, copy the name and code also.

This commit is contained in:
wangchunsheng
2012-02-22 08:13:08 +00:00
parent 2812e857ba
commit 3498c26ed4
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -36,11 +36,11 @@ $(document).ready(function()
<caption><?php echo $lang->project->create;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->project->name;?></th>
<td><?php echo html::input('name', '', "class='text-3'");?></td>
<td><?php echo html::input('name', $name, "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->code;?></th>
<td><?php echo html::input('code', '', "class='text-3'");?></td>
<td><?php echo html::input('code', $code, "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->begin;?></th>