summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-16 09:28:48 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-16 09:28:48 +0100
commit78da8ad1155f2a51e7ed8588a38aaa1158ba1b58 (patch)
tree51e41eec9eb32fee1524573ce64033ebe899629c /templates
parent4c104c66860804be236136622f8d203e5d6a3d7a (diff)
downloadliberty-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>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/comments.tpl2
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}