+ complete task #251:add files to testcase.

* adjust task and bug model code.
This commit is contained in:
fujia
2010-07-17 05:39:30 +00:00
parent 02dcd61981
commit 5a619a2ca8
8 changed files with 20 additions and 16 deletions
+1 -3
View File
@@ -24,7 +24,7 @@
?>
<?php include './header.html.php';?>
<style>#module{width:90%}</style>
<form method='post' target='hiddenwin'>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<div class='yui-d0'>
<div id='titlebar'>
<div id='main'>
@@ -72,12 +72,10 @@
<legend><?php echo $lang->testcase->legendComment;?></legend>
<textarea name='comment' rows='6' class='w-p100'></textarea>
</fieldset>
<!--
<fieldset>
<legend><?php echo $lang->testcase->legendAttatch;?></legend>
<?php echo $this->fetch('file', 'buildform', 'filecount=2');?>
</fieldset>
-->
<div class='a-center'>
<?php echo html::submitButton();?>