summaryrefslogtreecommitdiff
path: root/templates/comments_post_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/comments_post_inc.tpl')
-rwxr-xr-xtemplates/comments_post_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments_post_inc.tpl b/templates/comments_post_inc.tpl
index 7caf4fb..33eb625 100755
--- a/templates/comments_post_inc.tpl
+++ b/templates/comments_post_inc.tpl
@@ -83,7 +83,7 @@
{/legend}
{elseif $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}" />
+ <button type="button" class="btn btn-link" name="post_comment_request">{biticon ipackage="icons" iname="insert-text" iexplain="Add Comment"}</button>
</div>
{/if}
{/form}