We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c802c commit 77362f1Copy full SHA for 77362f1
src/templates/Comment/Section.inc.phtml
@@ -47,8 +47,7 @@ $c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() &
47
</div>
48
49
<? if ($active_user) { ?>
50
-<div class="row mt-3">
51
- <div class="col-2"></div>
+<div class="row my-3 justify-content-center">
52
<div class="col-8">
53
<form method="POST" action="<?=Common::relativeUrlToAbsolute('/comment/create')?>">
54
<input type="hidden" name="parent_type" value="<?=$comment_parent_type?>"/>
@@ -61,6 +60,5 @@ $c_delete_visible_admin = ($active_user && ($active_user->getOptionsBitmask() &
61
60
<input class="btn btn-sm btn-secondary" type="submit" value="Comment"/>
62
</form>
63
64
65
66
<? } ?>
0 commit comments