* change submit button position of comment modal in todo view.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user