diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 00:11:03 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 00:11:03 +0100 |
| commit | 8aa31d5a3cb965047228908ef60f6845a84983ee (patch) | |
| tree | e5f87e03f82199a5354f83bbe9d173f8aa22ef4a /templates/comments.tpl | |
| parent | 6a049518900c04872fb48007d0314414f501bd61 (diff) | |
| download | contact-8aa31d5a3cb965047228908ef60f6845a84983ee.tar.gz contact-8aa31d5a3cb965047228908ef60f6845a84983ee.tar.bz2 contact-8aa31d5a3cb965047228908ef60f6845a84983ee.zip | |
switch to form-group
Diffstat (limited to 'templates/comments.tpl')
| -rw-r--r-- | templates/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments.tpl b/templates/comments.tpl index eec66d8..d0b78fc 100644 --- a/templates/comments.tpl +++ b/templates/comments.tpl @@ -13,7 +13,7 @@ {include file="bitpackage:liberty/comments_display_option_bar.tpl"} {if $comments_ajax && $gBitUser->hasPermission( 'p_liberty_post_comments' )} - <div class="row"> + <div class="form-group"> <input type="submit" name="post_comment_request" value="{tr}Add Note{/tr}" onclick="LibertyComment.attachForm('comment_{$gContent->mContentId}', '{$gContent->mContentId}', {if $gContent->mContentId}{$gContent->mContentId}{elseif $commentsParentId}{$commentsParentId}{else}null{/if})"/> </div> {/if} |
