* fix bug in task m.view.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user