diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:37:09 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-16 09:37:09 +0100 |
| commit | cec932e3c3a0667e9e1aa3af3b0f3ffb6a76a43b (patch) | |
| tree | f16a300720873144160d2bdb72c9a921fe97d9ce | |
| parent | aa17306c2111503cfb61eb6d2c31dd4361abfbdb (diff) | |
| download | liberty-cec932e3c3a0667e9e1aa3af3b0f3ffb6a76a43b.tar.gz liberty-cec932e3c3a0667e9e1aa3af3b0f3ffb6a76a43b.tar.bz2 liberty-cec932e3c3a0667e9e1aa3af3b0f3ffb6a76a43b.zip | |
Replace Add Comment text button with insert-text icon in non-AJAX path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/comments_post_inc.tpl | 2 |
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} |
