aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-21 14:01:23 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-21 14:01:23 -0800
commitdf7fa8e4991a4b4fe439371c5d433b4e59996205 (patch)
treecbc14e92ace5a292ddb17889f2cdbcaa160c3188 /phpBB/adm/style
parentbe33d37c897510e5d6b51780d838114664c2565c (diff)
parenta353673e7c3e5a5a4720bea008e1df60c1401ae2 (diff)
downloadforums-df7fa8e4991a4b4fe439371c5d433b4e59996205.tar
forums-df7fa8e4991a4b4fe439371c5d433b4e59996205.tar.gz
forums-df7fa8e4991a4b4fe439371c5d433b4e59996205.tar.bz2
forums-df7fa8e4991a4b4fe439371c5d433b4e59996205.tar.xz
forums-df7fa8e4991a4b4fe439371c5d433b4e59996205.zip
Merge pull request #1854 from Pico88/ticket/12005
[ticket/12005] Remove code responsible for PM popup completely
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_users_prefs.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_users_prefs.html b/phpBB/adm/style/acp_users_prefs.html
index f1b9e28a66..1092b25b04 100644
--- a/phpBB/adm/style/acp_users_prefs.html
+++ b/phpBB/adm/style/acp_users_prefs.html
@@ -40,11 +40,6 @@
<label><input type="radio" class="radio" name="notifypm" value="0"<!-- IF not NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
</dl>
<dl>
- <dt><label for="popuppm">{L_POPUP_ON_PM}{L_COLON}</label></dt>
- <dd><label><input type="radio" class="radio" name="popuppm" value="1"<!-- IF POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label><input type="radio" class="radio" name="popuppm" value="0"<!-- IF not POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
- </dl>
- <dl>
<dt><label for="lang">{L_BOARD_LANGUAGE}{L_COLON}</label></dt>
<dd><select id="lang" name="lang">{S_LANG_OPTIONS}</select></dd>
</dl>