diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
index 416343e57d..01e0c9ba28 100644
--- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html
+++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
@@ -12,21 +12,21 @@
-
-
+
-
-
+
{L_ALLOW_PM_EXPLAIN}
-
-
+
@@ -34,17 +34,17 @@
{L_HIDE_ONLINE_EXPLAIN}
-
-
+
-
+
-
-
-
+
+
@@ -82,7 +82,7 @@
-
-
+
@@ -99,9 +99,9 @@
-
+
@@ -115,9 +115,9 @@
function customDates()
{
var e = document.getElementById('dateoptions');
-
+
e.selectedIndex = e.length - 1;
-
+
// Loop and match date_format in menu
for (var i = 0; i < e.length; i++)
{
@@ -127,7 +127,7 @@
break;
}
}
-
+
// Show/hide custom field
if (e.selectedIndex == e.length - 1)
{
diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
index c604671c5c..4cd0f37a80 100644
--- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
+++ b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html
@@ -29,35 +29,35 @@
{ERROR} |
-
+
{L_SHOW_EMAIL}: |
checked="checked" />{L_YES} checked="checked" />{L_NO} |
-
+
{L_ADMIN_EMAIL}: |
checked="checked" />{L_YES} checked="checked" />{L_NO} |
-
+
{L_ALLOW_PM}: {L_ALLOW_PM_EXPLAIN} |
checked="checked" />{L_YES} checked="checked" />{L_NO} |
-
+
{L_HIDE_ONLINE}: {L_HIDE_ONLINE_EXPLAIN} |
checked="checked" />{L_YES} checked="checked" />{L_NO} |
-
+
{L_NOTIFY_METHOD}: {L_NOTIFY_METHOD_EXPLAIN} |
checked="checked" />{L_NOTIFY_METHOD_EMAIL} checked="checked" />{L_NOTIFY_METHOD_IM} checked="checked" />{L_NOTIFY_METHOD_BOTH} |
-
+
{L_NOTIFY_ON_PM}: |
checked="checked" />{L_YES} checked="checked" />{L_NO} |
-
+
{L_POPUP_ON_PM}: |
checked="checked" />{L_YES} checked="checked" />{L_NO} |