diff options
author | rub <rub@piwigo.org> | 2006-10-21 12:28:07 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-21 12:28:07 +0000 |
commit | 258fa3b40c0c60adad284ad3bc09ed33c5dc53a1 (patch) | |
tree | 71616e49e713f5fb26038343c80a3c7b89b2fa06 /template/yoga/admin/comments.tpl | |
parent | eaacbc7b2d224524eac6def04e9b721949afd4b8 (diff) |
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
Diffstat (limited to 'template/yoga/admin/comments.tpl')
-rw-r--r-- | template/yoga/admin/comments.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index 065a1c8ee..3749443ee 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -16,8 +16,8 @@ <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="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> |