+ 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
+3 -2
View File
@@ -12,6 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script language='Javascript'>
function setWhite(acl)
{
@@ -48,12 +49,12 @@ function setWhite(acl)
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>
<td><?php echo html::textarea('goal', '', "rows='5' class='area-1'");?></td>
<td><?php echo html::textarea('goal', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->desc;?></th>
<td><?php echo html::textarea('desc', '', "rows='5' class='area-1'");?></td>
<td><?php echo html::textarea('desc', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->acl;?></th>