* change submit button position of comment modal in todo view.

This commit is contained in:
Catouse
2018-06-15 14:16:17 +08:00
parent 5af1da0382
commit ebc3ecbe0f
+1 -1
View File
@@ -184,7 +184,7 @@
<div class="modal-body">
<form method='post' action='<?php echo $this->createLink('action', 'comment', "objectType=todo&objectID=$todo->id")?>' target='hiddenwin'>
<div class="form-group"><?php echo html::textarea('comment', '',"rows='5' class='w-p100'");?></div>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<div class='text-center'><?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?></div>
</form>
</div>
</div>