aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/comments.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-09-03 20:01:14 +0000
committerplegall <plg@piwigo.org>2005-09-03 20:01:14 +0000
commit9c6f769b9424557f5cda93e6f7f4f1366ad427e7 (patch)
tree1942371c30d4894cc71ec4bdc7e5792daa368320 /template/default/admin/comments.tpl
parent7eae7595909a49d4355453c73638151097a53f20 (diff)
- new : template yoga, made by yoDan, helped by chrisaga for integration
becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/comments.tpl')
-rw-r--r--template/default/admin/comments.tpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/template/default/admin/comments.tpl b/template/default/admin/comments.tpl
deleted file mode 100644
index 82c8a9ed5..000000000
--- a/template/default/admin/comments.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-<h1>{lang:User comments validation}</h1>
-
-<form method="post" action="{F_ACTION}">
-
- <input type="hidden" name="list" value="{LIST}" />
-
- <!-- 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="submit" name="submit" value="{lang:Submit}" />
- <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>