+ add the feature of attatch.

This commit is contained in:
wangchunsheng
2010-02-26 03:26:14 +00:00
parent 1ea38667f9
commit d891578294
5 changed files with 29 additions and 8 deletions
+6 -2
View File
@@ -24,7 +24,7 @@
?>
<?php include '../../common/header.html.php';?>
<div class='yui-d0'>
<form method='post' target='hiddenwin'>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<table align='center' class='table-1 a-left'>
<caption><?php echo $lang->task->create;?></caption>
<tr>
@@ -33,7 +33,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->story;?></th>
<td><?php echo html::select('story', $stories, $storyID, 'class=select-1');?>
<td><?php echo html::select('story', $stories, $storyID, 'class=select-1');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->name;?></th>
@@ -43,6 +43,10 @@
<th class='rowhead'><?php echo $lang->task->desc;?></th>
<td><textarea name='desc' rows='5' class='area-1'></textarea>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->files;?></th>
<td class='a-left'><?php echo $this->fetch('file', 'buildform');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->owner;?></th>
<td><?php echo html::select('owner', $members, '', 'class=select-3');?>