aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_warn_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_warn_post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html
index 5e39480658..6c5b67f501 100644
--- a/phpBB/styles/prosilver/template/mcp_warn_post.html
+++ b/phpBB/styles/prosilver/template/mcp_warn_post.html
@@ -69,8 +69,8 @@
<!-- EVENT mcp_warn_post_add_warning_field_after -->
<fieldset class="submit-buttons">
- <input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
- <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" />
+ <input type="reset" value="{L_RESET}" name="reset" class="button1 button button-form-bold" />&nbsp;
+ <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1 button button-form" />
{S_FORM_TOKEN}
</fieldset>
</form>