* adjust code for comment for task, bug and case.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-01-04 07:32:29 +00:00
parent 77e9b6c08b
commit 249ee30f85
3 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -67,11 +67,11 @@
<div id='comment' class='hidden'>
<fieldset>
<legend><?php echo $lang->comment;?></legend>
<form method='post' enctype='multipart/form-data' action='<?php echo inlink('edit', "taskID=$task->id&comment=true")?>'>
<table align='center'>
<tr><?php echo html::textarea('comment', '',"rows='5' class='w-p100'");?></tr>
<tr><td><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>
<form method='post' action='<?php echo inlink('edit', "taskID=$task->id&comment=true")?>'>
<table align='center' class='table-1'>
<tr><td><?php echo html::textarea('comment', '',"rows='5' class='w-p100'");?></td></tr>
<tr><td><?php echo html::submitButton() . html::resetButton();?></td></tr>
</table>
</form>
</fieldset>
</div>