* fix bug in task m.view.

This commit is contained in:
zhujinyong
2013-06-28 01:45:53 +00:00
parent 16224d70a6
commit d3a9935652
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<td><?php echo html::textarea('comment', '', "data-mini='true'");?></td>
</tr>
<tr class='a-center'>
<td colspan="2"><?php echo html::submitButton('', 'data-inline="true" data-theme="b"') . . html::hidden('finishedDate', $date);?></td>
<td colspan="2"><?php echo html::submitButton('', 'data-inline="true" data-theme="b"') . html::hidden('finishedDate', $date);?></td>
</tr>
</table>
</form>

View File

@@ -34,4 +34,4 @@
<table>
<?php endif;?>
</form>
<?php include '../../common/view/m.footer.html.php';?z
<?php include '../../common/view/m.footer.html.php';?>