diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/comments.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index d7053200d..065a1c8ee 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -1,9 +1,6 @@ <h2>{lang:User comments validation}</h2> <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> @@ -17,6 +14,7 @@ <!-- 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}" /> |