diff options
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> |