aboutsummaryrefslogtreecommitdiffstats
path: root/template/public/yoga/admin/comments.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/public/yoga/admin/comments.tpl')
-rw-r--r--template/public/yoga/admin/comments.tpl24
1 files changed, 0 insertions, 24 deletions
diff --git a/template/public/yoga/admin/comments.tpl b/template/public/yoga/admin/comments.tpl
deleted file mode 100644
index 065a1c8ee..000000000
--- a/template/public/yoga/admin/comments.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<h2>{lang:User comments validation}</h2>
-
-<form method="post" action="{F_ACTION}">
- <!-- BEGIN comment -->
- <div class="comment">
- <a class="illustration" href="{comment.U_PICTURE}"><img src="{comment.TN_SRC}" /></a>
- <p class="commentHeader"><strong>{comment.AUTHOR}</strong> - <em>{comment.DATE}</em></p>
- <blockquote>{comment.CONTENT}</blockquote>
- <ul class="actions">
- <li><label><input type="radio" name="action-{comment.ID}" value="reject" />{lang:Reject}</label></li>
- <li><label><input type="radio" name="action-{comment.ID}" value="validate" />{lang:Validate}</label></li>
- </ul>
- </div>
- <!-- END comment -->
-
- <p class="bottomButtons">
- <input type="hidden" name="list" value="{LIST}" />
- <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
- <input type="submit" name="validate-all" value="{lang:Validate All}" />
- <input type="submit" name="reject-all" value="{lang:Reject All}" />
- <input type="reset" value="{lang:Reset}" />
- </p>
-
-</form>