diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:28:48 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:28:48 +0100 |
| commit | 78da8ad1155f2a51e7ed8588a38aaa1158ba1b58 (patch) | |
| tree | 51e41eec9eb32fee1524573ce64033ebe899629c | |
| parent | 4c104c66860804be236136622f8d203e5d6a3d7a (diff) | |
| download | liberty-78da8ad1155f2a51e7ed8588a38aaa1158ba1b58.tar.gz liberty-78da8ad1155f2a51e7ed8588a38aaa1158ba1b58.tar.bz2 liberty-78da8ad1155f2a51e7ed8588a38aaa1158ba1b58.zip | |
Replace Add Comment text button with insert-text icon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments.tpl b/templates/comments.tpl index 963e037..1c45206 100755 --- a/templates/comments.tpl +++ b/templates/comments.tpl @@ -16,7 +16,7 @@ {if $gBitSystem->isFeatureActive('comments_ajax') && $gBitUser->hasPermission( 'p_liberty_post_comments' )} <div class="form-group"> - <input type="submit" class="btn btn-default" name="post_comment_request" value="{tr}Add Comment{/tr}" onclick="LibertyComment.attachForm('comment_{$gContent->mContentId}', '{$gContent->mContentId}', {if $gContent->mContentId}{$gContent->mContentId}{elseif $commentsParentId}{$commentsParentId}{else}null{/if})"/> + <button type="button" class="btn btn-link" name="post_comment_request" onclick="LibertyComment.attachForm('comment_{$gContent->mContentId}', '{$gContent->mContentId}', {if $gContent->mContentId}{$gContent->mContentId}{elseif $commentsParentId}{$commentsParentId}{else}null{/if})">{biticon ipackage="icons" iname="insert-text" iexplain="Add Comment"}</button> </div> {/if} |
