* adjust for page.

This commit is contained in:
wangyidong
2018-05-17 14:43:35 +08:00
parent 897346d6f9
commit 6e6c82be2b
24 changed files with 325 additions and 337 deletions
+2 -3
View File
@@ -27,12 +27,11 @@
<form method='post' target='hiddenwin'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->comment;?></th>
<th class='w-50px'><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th></th>
<td>
<td colspan='2' class='text-center'>
<?php echo html::submitButton($lang->task->close);?>
<?php echo html::linkButton($lang->goback, $this->session->taskList);?>
</td>