summaryrefslogtreecommitdiff
path: root/templates/comment_post.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/comment_post.tpl')
-rwxr-xr-x[-rw-r--r--]templates/comment_post.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/comment_post.tpl b/templates/comment_post.tpl
index 072fb61..6bec11a 100644..100755
--- a/templates/comment_post.tpl
+++ b/templates/comment_post.tpl
@@ -2,11 +2,11 @@
{strip}
<br />
<div class="edit comment">
- <div class="body"{if ( $smarty.request.post_comment_request || $post_comment_preview )} id="editcomments"{/if}>
+ <div class="body"{if ( $smarty.request.post_comment_request or $post_comment_preview )} id="editcomments"{/if}>
{formfeedback hash=$formfeedback}
{if $post_comment_preview}
- <h2>{tr}Comments Preview{/tr}</h2>
+ <h2>Comments Preview</h2>
<div class="preview">
{include file='bitpackage:liberty/display_comment.tpl' comment=$postComment}
</div><!-- end .preview -->
@@ -17,7 +17,7 @@
<input type="hidden" name="comments_style" value="{$comments_style}" />
<input type="hidden" name="comments_sort_mode" value="{$comments_sort_mode}" />
- {if $smarty.request.post_comment_request || $smarty.request.post_comment_preview}
+ {if $smarty.request.post_comment_request or $smarty.request.post_comment_preview}
{legend legend="Post"}
<input type="hidden" name="post_comment_reply_id" value="{$post_comment_reply_id}" />
<input type="hidden" name="post_comment_id" value="{$post_comment_id}" />
@@ -31,14 +31,14 @@
</div>
{capture assign="textarea_help"}
- {tr}Use [http://www.foo.com] or [http://www.foo.com|description] for links.<br />HTML tags are not allowed inside comments.{/tr}
+ Use [http://www.foo.com] or [http://www.foo.com|description] for links.<br />HTML tags are not allowed inside comments.
{/capture}
{textarea noformat=1 label="Comment" id="commentpost" name="comment_data" rows="6" edit=$postComment.data}
<div class="form-group submit">
- <input type="submit" class="btn btn-default" name="post_comment_preview" value="{tr}Preview{/tr}"/>&nbsp;
- <input type="submit" class="btn btn-default" name="post_comment_submit" value="{tr}Post{/tr}"/>&nbsp;
- <input type="submit" class="btn btn-default" name="post_comment_cancel" value="{tr}Cancel{/tr}"/>
+ <input type="submit" class="btn btn-default" name="post_comment_preview" value="Preview"/>&nbsp;
+ <input type="submit" class="btn btn-default" name="post_comment_submit" value="Post"/>&nbsp;
+ <input type="submit" class="btn btn-default" name="post_comment_cancel" value="Cancel"/>
</div>
{/legend}
{/if}