- remove back button.

This commit is contained in:
zhujinyong
2013-01-23 00:49:12 +00:00
parent 04fe67bc6f
commit 43ab996a8a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->session->taskList);?></td>
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>
</tr>
</table>
<?php include '../../common/view/action.html.php';?>