diff options
Diffstat (limited to 'templates/comments_post_inc.tpl')
| -rw-r--r-- | templates/comments_post_inc.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/comments_post_inc.tpl b/templates/comments_post_inc.tpl index 4a2881e..ec24478 100644 --- a/templates/comments_post_inc.tpl +++ b/templates/comments_post_inc.tpl @@ -77,14 +77,14 @@ {/if} <div class="control-group submit"> - <input type="submit" name="post_comment_preview" value="{tr}Preview{/tr}" {if $comments_ajax}onclick="LibertyComment.previewComment(); return false;"{/if}/> - <input type="submit" name="post_comment_submit" value="{tr}Post{/tr}" {if $comments_ajax}onclick="LibertyComment.postComment(); return false;"{/if}/> - <input type="submit" name="post_comment_cancel" value="{tr}Cancel{/tr}" {if $comments_ajax}onclick="LibertyComment.cancelComment(true); return false;"{/if}/> + <input type="submit" class="btn" name="post_comment_preview" value="{tr}Preview{/tr}" {if $comments_ajax}onclick="LibertyComment.previewComment(); return false;"{/if}/> + <input type="submit" class="btn" name="post_comment_submit" value="{tr}Post{/tr}" {if $comments_ajax}onclick="LibertyComment.postComment(); return false;"{/if}/> + <input type="submit" class="btn" name="post_comment_cancel" value="{tr}Cancel{/tr}" {if $comments_ajax}onclick="LibertyComment.cancelComment(true); return false;"{/if}/> </div> {/legend} {elseif $gBitUser->hasPermission( 'p_liberty_post_comments' )} <div class="control-group"> - <input type="submit" name="post_comment_request" value="{tr}Add Comment{/tr}" /> + <input type="submit" class="btn" name="post_comment_request" value="{tr}Add Comment{/tr}" /> </div> {/if} {/form} |
