+ add editor to project module.

This commit is contained in:
wangchunsheng
2010-11-24 05:13:12 +00:00
parent 11c730dff5
commit 20505d4f6e
5 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -28,11 +28,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>
<td><?php echo nl2br($project->goal);?></td>
<td class='content'><?php echo $project->goal;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->desc;?></th>
<td><?php echo nl2br($project->desc);?></td>
<td class='content'><?php echo $project->desc;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->status;?></th>