Files
Piwigo/template/yoga/admin/comments.tpl
T
rub 258fa3b40c Resolved Issue ID 0000356:
o Increase security on adviser mode

First modifications of n modifications.
All the others modifications will be done on BSF branch.


Merge branch-1_6 1568:1570 into BSF

git-svn-id: http://piwigo.org/svn/trunk@1571 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-21 12:28:07 +00:00

25 lines
1.0 KiB
Smarty

<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}" {TAG_INPUT_ENABLED}/>
<input type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
<input type="reset" value="{lang:Reset}" />
</p>
</form>