aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/comments.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/comments.tpl')
-rw-r--r--template/yoga/admin/comments.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl
index 3749443ee..39c18bd5c 100644
--- a/template/yoga/admin/comments.tpl
+++ b/template/yoga/admin/comments.tpl
@@ -15,10 +15,10 @@
<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}" />
+ <input class="submit" type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
+ <input class="submit" type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/>
+ <input class="submit" type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/>
+ <input class="submit" type="reset" value="{lang:Reset}" />
</p>
</form>