diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html
index 3e0973402e..afc5ebb178 100644
--- a/phpBB/styles/prosilver/template/mcp_warn_post.html
+++ b/phpBB/styles/prosilver/template/mcp_warn_post.html
@@ -1,59 +1,70 @@
-
-
- {L_POST}
-
-
-
-
-
- {USERNAME}
-
-
-
- {RANK_TITLE}
-
-
-
-
- {RANK_IMG}
-
-
-
-
- {AVATAR_IMG}
-
-
-
-
- {POST}
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html
index c4770290ad..3157ab8c5e 100644
--- a/phpBB/styles/prosilver/template/mcp_warn_user.html
+++ b/phpBB/styles/prosilver/template/mcp_warn_user.html
@@ -1,74 +1,54 @@
-
-
- {USERNAME}
-
-
-
-
-
- {USERNAME}
-
-
-
- {RANK_TITLE}
-
-
-
-
- {RANK_IMG}
-
-
-
-
- {AVATAR_IMG}
-
-
-
-
-
-
-
- {L_JOINED}:
- {JOINED}
-
-
- {L_TOTAL_POSTS}:
- {POSTS}
-
-
- {L_WARNINGS}:
- {WARNINGS}
-
-
-
-
-
-
-
-
-
+{L_WARN_USER}
+
+
+
+
+
{USERNAME} {USERNAME}
+
+
+
+
+
+ {L_RANK}: {RANK_TITLE}
+ {L_RANK}: {RANK_IMG}
+ {L_JOINED}: {JOINED}
+ {L_TOTAL_POSTS}: {POSTS}
+ {L_WARNINGS}: {WARNINGS}
+
+
+
+
+
+
+
+
+
+
{L_ADD_WARNING}
+
{L_ADD_WARNING_EXPLAIN}
+
+
+
+
+
+
+ {L_NOTIFY_USER_WARN}
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file