From 8fa44cc3b9778f84ca20eab1c1d404c4f848eab4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Oct 2010 17:06:23 +0200 Subject: [ticket/8542] Display custom profile fields in private messages Introduce an option to display the cpf in the PM view. PHPBB3-8542 --- phpBB/adm/style/acp_profile.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 85d37568c2..c1143e9ba4 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -55,6 +55,10 @@

{L_DISPLAY_AT_REGISTER_EXPLAIN}
checked="checked" />
+
+

{L_DISPLAY_ON_PM_EXPLAIN}
+
checked="checked" />
+

{L_DISPLAY_ON_VT_EXPLAIN}
checked="checked" />
-- cgit v1.2.1