aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/comments.tpl4
-rw-r--r--template/yoga/admin/tags.tpl2
2 files changed, 3 insertions, 3 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>
diff --git a/template/yoga/admin/tags.tpl b/template/yoga/admin/tags.tpl
index 8fe666b59..30a6e4124 100644
--- a/template/yoga/admin/tags.tpl
+++ b/template/yoga/admin/tags.tpl
@@ -45,7 +45,7 @@
{TAG_SELECTION}
<p>
- <input type="submit" name="edit" value="{lang:Edit selected tags}" {TAG_INPUT_ENABLED}/>
+ <input type="submit" name="edit" value="{lang:Edit selected tags}"/>
<input type="submit" name="delete" value="{lang:Delete selected tags}" onclick="return confirm('{lang:Are you sure?}');" {TAG_INPUT_ENABLED}/>
</p>
</fieldset>